Skip to content

Commit 45a44a8

Browse files
Build(deps): Bump the actions group with 1 update (#461)
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95c7396 commit 45a44a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ${{ env.MAIN_PYTHON_VERSION }}
6565

6666
- name: Linux pip cache
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
if: ${{ runner.os == 'Linux' }}
6969
with:
7070
path: ~/.cache/pip

0 commit comments

Comments
 (0)