Skip to content

Commit

Permalink
Bump actions/cache from 4.1.1 to 4.1.2 (#2375)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.1...v4.1.2)

---
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 Oct 28, 2024
1 parent 01bf8c9 commit ded776e
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 @@ -21,7 +21,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
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 @@ -23,7 +23,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand All @@ -48,7 +48,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
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 @@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
python-version: '3.10'
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
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 @@ -25,7 +25,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit ded776e

Please sign in to comment.