Skip to content

Commit 9f29f66

Browse files
build(deps): bump actions/checkout from 3 to 4 (#3794)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d82fe4e commit 9f29f66

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
VSCODE_TEST_VERSION: ${{ matrix.vscode-version }}
2323
NODE_OPTIONS: '--max-old-space-size=8192'
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v3
2828
with:
@@ -64,7 +64,7 @@ jobs:
6464
VSCODE_TEST_VERSION: ${{ matrix.vscode-version }}
6565
NODE_OPTIONS: '--max-old-space-size=8192'
6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- name: Use Node.js ${{ matrix.node-version }}
6969
uses: actions/setup-node@v3
7070
with:
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
NODE_OPTIONS: '--max-old-space-size=8192'
9595
steps:
96-
- uses: actions/checkout@v3
96+
- uses: actions/checkout@v4
9797
- name: Use Node.js ${{ matrix.node-version }}
9898
uses: actions/setup-node@v3
9999
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: ${{ steps.build.outputs.version }}
2828
changes: ${{ steps.build.outputs.changes }}
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
3333
- name: Use Node.js ${{ matrix.node-version }}
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
# Must perform checkout first, it deletes the target directory
8989
# before running, thus would delete the downloaded artifacts.
90-
- uses: actions/checkout@v3
90+
- uses: actions/checkout@v4
9191
- uses: actions/download-artifact@v3
9292
- name: Delete existing prerelease
9393
# "prerelease" (main branch) or "pre-<feature>"

0 commit comments

Comments
 (0)