diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ecdda9..17637d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: go-version: "${{ env.GO_VERSION }}" cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: bin key: ${{ runner.os }}-tools-bin-${{ matrix.target }}-${{ hashFiles('Makefile') }}