diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc470e7..09f876de 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@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: go-version-file: go.mod @@ -30,7 +30,7 @@ jobs: run-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: go-version-file: go.mod diff --git a/.github/workflows/system-test.yml b/.github/workflows/system-test.yml index d2bc56d4..84a4271a 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@v4 + - uses: actions/checkout@v5 # 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: |