Skip to content

Commit ab51ff1

Browse files
chore(deps): 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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67ca483 commit ab51ff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-master-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Poetry
3030
run: python -m pip install poetry poetry-dynamic-versioning
3131

32-
- uses: actions/cache@v3
32+
- uses: actions/cache@v4
3333
name: Cache Poetry dependencies
3434
with:
3535
path: |

.github/workflows/ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Poetry
3232
run: python -m pip install poetry poetry-dynamic-versioning
3333

34-
- uses: actions/cache@v3
34+
- uses: actions/cache@v4
3535
name: Cache Poetry dependencies
3636
with:
3737
path: |

0 commit comments

Comments
 (0)