diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f9eb076..79cfe33e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: go-version-file: go.mod @@ -30,7 +30,7 @@ jobs: run-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: go-version-file: go.mod diff --git a/.github/workflows/system-test.yml b/.github/workflows/system-test.yml index 84a4271a..04e8825b 100644 --- a/.github/workflows/system-test.yml +++ b/.github/workflows/system-test.yml @@ -14,7 +14,7 @@ jobs: run-system-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # This step is skipped if the pull request is from a forked repository # In that case the job just creates a green status check on the pull request. - if: |