Skip to content

Commit

Permalink
Merge pull request #10 from pazembrz/fix_workflows
Browse files Browse the repository at this point in the history
Quick fix for workflows actions
  • Loading branch information
pazembrz authored Dec 9, 2020
2 parents 1b401e4 + 360dbd6 commit 8e54d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Cache Python
uses: actions/cache@2.1.3
uses: actions/cache@v2.1.3
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
python-version: 2.7

- name: Cache Python Dependencies
uses: actions/cache@2.1.3
uses: actions/cache@v2.1.3
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit 8e54d46

Please sign in to comment.