Skip to content

Commit 0ab0dc7

Browse files
build(deps): bump the github-actions group with 2 updates (#395)
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 2c5a637 commit 0ab0dc7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
2020
node-version-file: package.json
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
target: [built, committed]
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- if: matrix.target == 'built' || github.event_name == 'pull_request'
4545
uses: actions/download-artifact@v6
4646
with:
@@ -165,7 +165,7 @@ jobs:
165165
needs: [test]
166166
runs-on: ubuntu-latest
167167
steps:
168-
- uses: actions/checkout@v5
168+
- uses: actions/checkout@v6
169169
- uses: actions/download-artifact@v6
170170
with:
171171
name: dist

.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)