Skip to content

Commit

Permalink
ci-fix: lock version for actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 18, 2023
1 parent a819902 commit 62c7a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: "⬇️ Download previous benchmark data"
id: restore-benchmark-cache
uses: actions/cache@v3.3
uses: actions/cache@v3.3.2
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand All @@ -101,7 +101,7 @@ jobs:
skip-fetch-gh-pages: true

- name: "⬆️ Update previous benchmark data"
uses: actions/cache/save@v3.3
uses: actions/cache/save@v3.3.2
with:
path: ./cache
key: ${{ steps.restore-benchmark-cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit 62c7a5f

Please sign in to comment.