Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 8d4c935

Browse files
chore(deps): update actions/checkout action to v4 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6735ef1 commit 8d4c935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node: [10.x, 12.x, 14.x]
1414

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

.github/workflows/release-please.yml

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

0 commit comments

Comments
 (0)