From f06fd5ca77ee5eb97e0d82de690a628e4ca9969c Mon Sep 17 00:00:00 2001 From: 9seconds Date: Wed, 11 Feb 2026 11:13:25 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 349ce20..1b7b56d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: go-version: ${{ matrix.go_version }} - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -85,7 +85,7 @@ jobs: go-version: ^1.25 - name: Cache fuzz results - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ~/.cache/go-build/fuzz key: ${{ runner.os }}-go-${{ hashFiles('**/*_fuzz_test.go', '**/*_fuzz_internal_test.go') }} @@ -145,7 +145,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Setup cache - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: /tmp/buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}