Skip to content

Commit

Permalink
Merge pull request #198 from ansible/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
webknjaz authored Apr 13, 2021
2 parents 986be53 + 4ef271c commit 0610eb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
)).encode()).hexdigest()
print(f'::set-output name=files_hash_key::{hashes_combo}')
- name: Set up pip cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: >-
${{
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
shell: python
- name: Set up pip cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: >-
${{
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
shell: python
- name: Set up pip cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: >-
${{
Expand Down Expand Up @@ -603,7 +603,7 @@ jobs:
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
shell: python
- name: Set up pip cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: >-
${{
Expand Down Expand Up @@ -743,7 +743,7 @@ jobs:
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
shell: python
- name: Set up pip cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: >-
${{
Expand Down Expand Up @@ -821,7 +821,7 @@ jobs:
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
shell: python
- name: Set up pip cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: >-
${{
Expand Down Expand Up @@ -930,7 +930,7 @@ jobs:
print('::set-output name=py_hash_key::{hash}'.format(hash=hash))
shell: python
- name: Set up pip cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: >-
${{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tox-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
print(f'::set-output name=py_hash_key::{hash}')
shell: python
- name: Pre-commit cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.cache/pre-commit
key: >-
Expand All @@ -63,7 +63,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}-${{
hashFiles('pytest.ini') }}
- name: Pip cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.cache/pip
key: >-
Expand Down

0 comments on commit 0610eb7

Please sign in to comment.