diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7b8ea2c..dc308e7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -40,7 +40,7 @@ jobs: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib set -o pipefail; go test ./... -benchmem -run=^$ -bench . | tee output.txt - name: Get Previous Benchmark Results - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./cache key: ${{ runner.os }}-benchmark diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36cc01b..ea8f7a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Check cmake run: cmake --version - name: Setup Golang caches - uses: actions/cache@v3 + uses: actions/cache@v4 with: # In order: # * Module download cache