diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9ab7a37..97cadb6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: - name: Run Benchmark run: 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 383f508..7ad05fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Setup Golang caches - uses: actions/cache@v3 + uses: actions/cache@v4 with: # In order: # * Module download cache