Skip to content

Commit ba031f7

Browse files
chore: bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c009d5 commit ba031f7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.8
19-
- uses: actions/cache@v3
19+
- uses: actions/cache@v4
2020
id: cache
2121
with:
2222
path: ${{ env.pythonLocation }}

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
cache: true
3131

32-
- uses: actions/cache@v3
32+
- uses: actions/cache@v4
3333
id: cache
3434
with:
3535
path: ${{ env.pythonLocation }}

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.8"
18-
- uses: actions/cache@v3
18+
- uses: actions/cache@v4
1919
id: cache
2020
with:
2121
path: ${{ env.pythonLocation }}

0 commit comments

Comments
 (0)