Skip to content

Commit

Permalink
Merge #1561 (update actions/cache to 4.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
martey authored Jul 30, 2024
2 parents f0d7a83 + 4e24680 commit 71eaff2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Virtualenv caching
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/venv/current
key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }}
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Virtualenv caching
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/venv/current
key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Virtualenv caching
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/venv/current
key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Virtualenv caching
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/venv/current
key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Virtualenv caching
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/venv/current
key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }}
Expand Down

0 comments on commit 71eaff2

Please sign in to comment.