Skip to content

Commit 14001cb

Browse files
build(deps): bump the all-actions group with 3 updates (#2505)
Bumps the all-actions group with 3 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request), [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [actions/cache](https://github.com/actions/cache). 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) Updates `tj-actions/changed-files` from 47.0.0 to 47.0.1 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v47.0.0...v47.0.1) 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) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: tj-actions/changed-files dependency-version: 47.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a1a7c6 commit 14001cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/create-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
#----------------------------------------------
408408
- name: Create PR
409409
if: ${{ steps.upgrade_available.outputs.available == 'true' && github.event.inputs.re_release != 'true'}}
410-
uses: peter-evans/create-pull-request@v7
410+
uses: peter-evans/create-pull-request@v8
411411
with:
412412
author: Release Bot <release-bot@users.noreply.github.com>
413413
committer: Release Bot <release-bot@users.noreply.github.com>

.github/workflows/pr-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
#----------------------------------------------
3131
- name: Get changed files
3232
id: changed-files
33-
uses: tj-actions/changed-files@v47.0.0
33+
uses: tj-actions/changed-files@v47.0.1
3434
#----------------------------------------------
3535
# Get changed plugins
3636
#----------------------------------------------

.github/workflows/pr-linting-and-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
#----------------------------------------------
3737
- name: Get changed files
3838
id: changed-files
39-
uses: tj-actions/changed-files@v47.0.0
39+
uses: tj-actions/changed-files@v47.0.1
4040
#----------------------------------------------
4141
# Get changed plugins
4242
#----------------------------------------------

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.x
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
key: ${{ github.ref }}
2626
path: .cache

0 commit comments

Comments
 (0)