Skip to content

Commit

Permalink
chore: upgrade actions pinning (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Jan 23, 2023
1 parent 4043e3b commit 6f46c16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ runs:

steps:

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
/home/runner/.solcx
/home/runner/.vvm/vyper-*
key: ${{ runner.os }}-compiler-cache

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
${{ github.workspace }}/.build
key: ${{ runner.os }}-build-cache

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}

Expand All @@ -48,7 +48,7 @@ runs:
shell: bash

- name: Restore pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pip-cache
with:
path: |
Expand Down

0 comments on commit 6f46c16

Please sign in to comment.