Skip to content

Commit 0610eb7

Browse files
authored
Merge pull request #198 from ansible/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
2 parents 986be53 + 4ef271c commit 0610eb7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build-test-n-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
)).encode()).hexdigest()
108108
print(f'::set-output name=files_hash_key::{hashes_combo}')
109109
- name: Set up pip cache
110-
uses: actions/[email protected].4
110+
uses: actions/[email protected].5
111111
with:
112112
path: >-
113113
${{
@@ -311,7 +311,7 @@ jobs:
311311
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
312312
shell: python
313313
- name: Set up pip cache
314-
uses: actions/[email protected].4
314+
uses: actions/[email protected].5
315315
with:
316316
path: >-
317317
${{
@@ -487,7 +487,7 @@ jobs:
487487
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
488488
shell: python
489489
- name: Set up pip cache
490-
uses: actions/[email protected].4
490+
uses: actions/[email protected].5
491491
with:
492492
path: >-
493493
${{
@@ -603,7 +603,7 @@ jobs:
603603
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
604604
shell: python
605605
- name: Set up pip cache
606-
uses: actions/[email protected].4
606+
uses: actions/[email protected].5
607607
with:
608608
path: >-
609609
${{
@@ -743,7 +743,7 @@ jobs:
743743
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
744744
shell: python
745745
- name: Set up pip cache
746-
uses: actions/[email protected].4
746+
uses: actions/[email protected].5
747747
with:
748748
path: >-
749749
${{
@@ -821,7 +821,7 @@ jobs:
821821
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
822822
shell: python
823823
- name: Set up pip cache
824-
uses: actions/[email protected].4
824+
uses: actions/[email protected].5
825825
with:
826826
path: >-
827827
${{
@@ -930,7 +930,7 @@ jobs:
930930
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
931931
shell: python
932932
- name: Set up pip cache
933-
uses: actions/[email protected].4
933+
uses: actions/[email protected].5
934934
with:
935935
path: >-
936936
${{

.github/workflows/tox-linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
print(f'::set-output name=py_hash_key::{hash}')
5353
shell: python
5454
- name: Pre-commit cache
55-
uses: actions/[email protected].4
55+
uses: actions/[email protected].5
5656
with:
5757
path: ~/.cache/pre-commit
5858
key: >-
@@ -63,7 +63,7 @@ jobs:
6363
hashFiles('.pre-commit-config.yaml') }}-${{
6464
hashFiles('pytest.ini') }}
6565
- name: Pip cache
66-
uses: actions/[email protected].4
66+
uses: actions/[email protected].5
6767
with:
6868
path: ~/.cache/pip
6969
key: >-

0 commit comments

Comments
 (0)