Skip to content

Commit

Permalink
Revert "fix: bump cache version"
Browse files Browse the repository at this point in the history
This reverts commit fc12bce.
  • Loading branch information
kx9x committed May 4, 2022
1 parent fc12bce commit e2f941e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Cache compiler installations
if: ${{ inputs.cached_runner != 'true' }}
uses: kx9x/cache@v3.0.2
uses: actions/cache@v2
with:
path: |
~/.solcx
Expand All @@ -204,7 +204,7 @@ jobs:

- name: Restore pip cache
if: ${{ inputs.cached_runner != 'true' }}
uses: kx9x/cache@v3.0.2
uses: actions/cache@v2
id: pip-cache
with:
path: |
Expand Down

0 comments on commit e2f941e

Please sign in to comment.