-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/cache from 4.1.0 to 4.1.1 (#2611)
- Loading branch information
1 parent
81b3f78
commit b74b887
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
path: venv | ||
key: >- | ||
|
@@ -59,7 +59,7 @@ jobs: | |
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT | ||
- name: Restore pre-commit environment | ||
id: cache-precommit | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
path: ${{ env.PRE_COMMIT_CACHE }} | ||
key: >- | ||
|
@@ -106,7 +106,7 @@ jobs: | |
'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
path: venv | ||
key: >- | ||
|
@@ -161,7 +161,7 @@ jobs: | |
'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
path: venv | ||
key: >- | ||
|
@@ -212,7 +212,7 @@ jobs: | |
}}" >> $GITHUB_OUTPUT | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
path: venv | ||
key: >- | ||
|