diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 51490c72b..bcd3fafe7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,7 +46,7 @@ jobs: cache: true - name: Cache binary dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.bin key: ${{ runner.os }}-binaries-${{ hashFiles('**/go.sum', '.bingo/**/*.sum') }}