Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump actions/cache from 4.0.2 to 4.2.0 in /.github/workflows
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
commit 2e4f183a0821dffd9db9fd4c9677328685dcd7c2
36 changes: 18 additions & 18 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ jobs:
id: uuid
uses: bossOfCode/generate-uuid@v1.1

- uses: actions/cache/save@v4.0.2
- uses: actions/cache/save@v4.2.0
if: startsWith(runner.os, 'Linux')
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ steps.uuid.outputs.uuid }}

- uses: actions/cache/save@v4.0.2
- uses: actions/cache/save@v4.2.0
if: startsWith(runner.os, 'macOS')
with:
path: ~/Library/Caches/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ steps.uuid.outputs.uuid }}

- uses: actions/cache/save@v4.0.2
- uses: actions/cache/save@v4.2.0
if: startsWith(runner.os, 'Windows')
with:
path: ~\AppData\Local\pip\Cache
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -119,7 +119,7 @@ jobs:

- name: 'Restore cache: Mac Runner'
if: startsWith(runner.os, 'macOS')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/Library/Caches/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -128,7 +128,7 @@ jobs:

- name: 'Restore cache: Windows Runner'
if: startsWith(runner.os, 'windows')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -167,7 +167,7 @@ jobs:

- name: 'Restore cache: Mac Runner'
if: startsWith(runner.os, 'macOS')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/Library/Caches/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -176,7 +176,7 @@ jobs:

- name: 'Restore cache: Windows Runner'
if: startsWith(runner.os, 'windows')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -214,7 +214,7 @@ jobs:

- name: 'Restore cache: Mac Runner'
if: startsWith(runner.os, 'macOS')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/Library/Caches/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -223,7 +223,7 @@ jobs:

- name: 'Restore cache: Windows Runner'
if: startsWith(runner.os, 'windows')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -261,7 +261,7 @@ jobs:

- name: 'Restore cache: Mac Runner'
if: startsWith(runner.os, 'macOS')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/Library/Caches/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -270,7 +270,7 @@ jobs:

- name: 'Restore cache: Windows Runner'
if: startsWith(runner.os, 'windows')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -309,7 +309,7 @@ jobs:

- name: 'Restore cache: Mac Runner'
if: startsWith(runner.os, 'macOS')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~/Library/Caches/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand All @@ -318,7 +318,7 @@ jobs:

- name: 'Restore cache: Windows Runner'
if: startsWith(runner.os, 'windows')
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}
Expand Down
Loading