Skip to content

Commit

Permalink
Bump actions/cache from v1 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo committed Aug 19, 2023
1 parent cf74a80 commit 63bbf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: make bench

- name: Download previous benchmark data
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand Down

0 comments on commit 63bbf92

Please sign in to comment.