Skip to content

Commit

Permalink
Bump actions/cache from 4.2.1 to 4.2.2 (#7114)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0c907a7...d4323d4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 927f600 commit 31ae2ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
Expand All @@ -85,7 +85,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Set up caching of dependencies
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Set up caching of dependencies
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ env.pythonLocation }}
key: numpy2-${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
python-version: '3.10'
architecture: 'x64'
- name: Set up caching of dependencies
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Set up caching of dependencies
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Set up caching of dependencies
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
Expand Down

0 comments on commit 31ae2ad

Please sign in to comment.