Skip to content

Commit

Permalink
Merge pull request #6 from billsioros/renovate/actions-cache-2.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v2.1.8
  • Loading branch information
billsioros authored May 22, 2023
2 parents 78c17bc + 2b8f2ca commit ac30472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/[email protected].6
uses: actions/[email protected].8
with:
path: .venv
key: venv-${{ hashFiles('**/poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/[email protected].6
uses: actions/[email protected].8
with:
path: .venv
key: venv-${{ hashFiles('**/poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/[email protected].6
uses: actions/[email protected].8
with:
path: .venv
key: venv-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit ac30472

Please sign in to comment.