Skip to content

Commit 1835b4a

Browse files
Bump the github-actions group with 2 updates (#2109)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `peter-evans/slash-command-dispatch` from 4 to 5 - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](peter-evans/slash-command-dispatch@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/slash-command-dispatch dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccb45ab commit 1835b4a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-node@v6
2525
with:
2626
node-version-file: package.json
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
target: [built, committed]
4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- if: matrix.target == 'built' || github.event_name == 'pull_request'
5252
uses: actions/download-artifact@v6
5353
with:
@@ -92,7 +92,7 @@ jobs:
9292
needs: [test]
9393
runs-on: ubuntu-latest
9494
steps:
95-
- uses: actions/checkout@v5
95+
- uses: actions/checkout@v6
9696
- run: rm -rf dist
9797
- uses: actions/download-artifact@v6
9898
with:

.github/workflows/ciff-example-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "branch=$branch" >> $GITHUB_OUTPUT
1919
2020
# Checkout the branch to test
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
repository: ${{ steps.vars.outputs.repository }}
2424
ref: ${{ steps.vars.outputs.branch }}

.github/workflows/slash-command-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Slash Command Dispatch
10-
uses: peter-evans/slash-command-dispatch@v4
10+
uses: peter-evans/slash-command-dispatch@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
config: >

.github/workflows/update-major-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
tag:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
2323
fetch-depth: 0

0 commit comments

Comments
 (0)