diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1223a7f0..3be5ebce 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v6 - name: Restore Go modules cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: go-${{ runner.os }}-${{ hashFiles('go.mod') }}