diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index c3c2a81..796d2f8 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -20,7 +20,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build run: | diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 0499746..3e8c27b 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -23,7 +23,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check for .codecov.yaml id: codecov-enabled diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 4587f87..2e5ffc3 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/setup-go@v3 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: golangci-lint uses: golangci/golangci-lint-action@v8