-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/cache action to v3.3.3
- Loading branch information
1 parent
1e521a3
commit e9c5116
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
run: | | ||
poetry config virtualenvs.in-project true | ||
- name: Set up cache | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: .venv | ||
key: venv-${{ hashFiles('**/poetry.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
run: | | ||
poetry config virtualenvs.in-project true | ||
- name: Set up cache | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: .venv | ||
key: venv-${{ runner.os }}-${{ matrix.platform }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
run: | | ||
poetry config virtualenvs.in-project true | ||
- name: Set up cache | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: .venv | ||
key: venv-${{ hashFiles('**/poetry.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
run: | | ||
poetry config virtualenvs.in-project true | ||
- name: Set up cache | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: .venv | ||
key: venv-${{ hashFiles('**/poetry.lock') }} | ||
|