diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 87d7bcda1..7a7ca7e0e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # needed for `only-new-issues` to compare diffs - name: install go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: 'go.mod' - uses: actions/cache@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a3ed80699..bb6346e4d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: 'go.mod' - name: Set release VERSION diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1efc51852..b2d79ff23 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # needed for `only-new-issues` to compare diffs - name: install go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: 'go.mod' - uses: actions/cache@v4 @@ -61,7 +61,7 @@ jobs: with: fetch-depth: 0 - name: install go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: 'go.mod' - uses: actions/cache@v4 @@ -102,7 +102,7 @@ jobs: with: fetch-depth: 0 - name: install go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: 'go.mod' - uses: actions/cache@v4