8000 Bump actions/cache from v2 to v2.1.4 · MichaelSasser/devhelpers@701739c · GitHub
[go: up one dir, main page]

Skip to content

Commit 701739c

Browse files
Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e3fefd commit 701739c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Load cached venv
4242
id: cached-poetry-dependencies
43-
uses: actions/cache@v2
43+
uses: actions/cache@v2.1.4
4444
with:
4545
path: .venv
4646
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Load cached venv
4444
id: cached-poetry-dependencies
45-
uses: actions/cache@v2
45+
uses: actions/cache@v2.1.4
4646
with:
4747
path: .venv
4848
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Load cached venv
4343
id: cached-poetry-dependencies
44-
uses: actions/cache@v2
44+
uses: actions/cache@v2.1.4
4545
with:
4646
path: .venv
4747
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)
0