Skip to content

Commit 717a362

Browse files
Bump actions/checkout from 3 to 4 (#359)
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 32d07d8 commit 717a362

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
tagName: ${{ steps.npm-bump.outputs.release_tag }}
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
# fetch full history so things like auto-changelog work properly
2727
fetch-depth: 0
@@ -62,7 +62,7 @@ jobs:
6262
contents: write
6363
steps:
6464
- run: echo ${{needs.version_and_release.outputs.tagName}}
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
with:
6767
ref: ${{needs.version_and_release.outputs.tagName}}
6868
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node: ['19']
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3
2121
with:

0 commit comments

Comments
 (0)