diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 57d7416d..efc09ab3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -70,7 +70,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -87,7 +87,7 @@ jobs: # Download previous benchmark result from cache (if exists) - name: Download previous benchmark data - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ./cache key: ${{ runner.os }}-benchmark @@ -119,7 +119,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -129,7 +129,7 @@ jobs: continue-on-error: true - name: Download previous benchmark data - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ./cache key: ${{ runner.os }}-pytest-benchmark