Skip to content

Commit 34e1e23

Browse files
Bump the all group with 2 updates (#339)
Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 3 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d718e5 commit 34e1e23

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Publish
1515
env:
1616
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
ref: ${{ github.head_ref }}
1717
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1818
# Fetching full history is required for the changelog script.
1919
fetch-depth: 0
2020

2121
- name: Set up Node.js
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version-file: '.nvmrc'
2525

@@ -28,7 +28,7 @@ jobs:
2828
scripts/update-to-latest.sh
2929
3030
- name: Check out debugger-protocol-viewer
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
repository: ChromeDevTools/debugger-protocol-viewer
3434
path: debugger-protocol-viewer

0 commit comments

Comments
 (0)