diff --git a/.github/workflows/lint-fmt.yaml b/.github/workflows/lint-fmt.yaml index 3524805..92c2760 100644 --- a/.github/workflows/lint-fmt.yaml +++ b/.github/workflows/lint-fmt.yaml @@ -21,7 +21,7 @@ jobs: tools/go.sum - name: Cache golangci-lint analysis - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/golangci-lint key: golangci-lint-${{ runner.os }}-${{ hashFiles('tools/go.sum', '.golangci.yaml', 'go.mod') }} @@ -47,7 +47,7 @@ jobs: tools/go.sum - name: Cache golangci-lint analysis - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/golangci-lint key: golangci-lint-${{ runner.os }}-${{ hashFiles('tools/go.sum', '.golangci.yaml', 'go.mod') }}