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

Commit caa4969

Browse files
authored
Merge pull request #20 from eisberg-labs/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 045f7a8 + d675eb3 commit caa4969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cancel-in-progress: true
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838

@@ -77,7 +77,7 @@ jobs:
7777
if: matrix.os == 'windows-latest'
7878
run: git config --global core.autocrlf input
7979

80-
- uses: actions/checkout@v3
80+
- uses: actions/checkout@v4
8181

8282
- name: Use Node.js ${{ matrix.node-version }}
8383
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)