diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 441fab0..cb3c69a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -38,7 +38,7 @@ jobs: - name: Cache Tempo binary id: cache-tempo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.local/bin/tempo key: tempo-${{ env.TEMPO_VERSION }}-${{ runner.os }}-${{ runner.arch }}