From 4cd743d179f5871532d4fd9357f9e01ab7de5919 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Mon, 31 Aug 2026 10:35:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85a1677..01a53bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: workflows parse runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # A workflow that fails to PARSE reports nothing at all: no jobs run, no # checks appear, and a pull request looks unexercised rather than broken. # Every other lane is downstream of the file itself being readable, so none @@ -38,7 +38,7 @@ jobs: name: test (linux) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-go@v5 with: go-version: stable @@ -84,7 +84,7 @@ jobs: matrix: goos: [linux, darwin, windows] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-go@v5 with: go-version: stable