Skip to content

Commit 2079bd3

Browse files
build(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 268eb9c commit 2079bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: [18.x, 20.x, 22.x]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release-type: node
1616
package-name: absolute-version
1717
# The logic below handles the npm publication:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
# these if statements ensure that a publication only occurs when
2020
# a new release is created:
2121
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)