Skip to content

Commit c478201

Browse files
Bump the action-deps group with 2 updates (#844)
Bumps the action-deps group with 2 updates: [actions/cache](https://github.com/actions/cache) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 967e30f commit c478201

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: 3.x
3838
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
39-
- uses: actions/cache@v4
39+
- uses: actions/cache@v5
4040
with:
4141
key: mkdocs-material-${{ env.cache_id }}
4242
path: .cache

.github/workflows/gen-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tail -n +3 .changes/$(go run main.go latest).md > ${{ github.workspace }}/rel_notes.md
2929
3030
- name: Create Pull Request
31-
uses: peter-evans/create-pull-request@v7
31+
uses: peter-evans/create-pull-request@v8
3232
with:
3333
add-paths: |
3434
.changes/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
python-version: 3.x
5151
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
52-
- uses: actions/cache@v4
52+
- uses: actions/cache@v5
5353
with:
5454
key: mkdocs-material-${{ env.cache_id }}
5555
path: .cache

0 commit comments

Comments
 (0)