Skip to content

Commit

Permalink
Bump actions/cache from 4.1.2 to 4.2.0 (#2462)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.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.1.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 5ceccea commit a055548
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
Expand All @@ -50,7 +50,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
python-version: '3.10'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit a055548

Please sign in to comment.