Skip to content

Commit d5e540b

Browse files
authored
chore: update github actions/checkout (#1050)
1 parent ac72ad2 commit d5e540b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout Repository"
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: "Dependency Review"
1414
uses: actions/dependency-review-action@v3

.github/workflows/nodejs.yml

+3-3
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

@@ -80,7 +80,7 @@ jobs:
8080
if: matrix.os == 'windows-latest'
8181
run: git config --global core.autocrlf input
8282

83-
- uses: actions/checkout@v3
83+
- uses: actions/checkout@v4
8484

8585
- name: Use Node.js ${{ matrix.node-version }}
8686
uses: actions/setup-node@v3
@@ -118,7 +118,7 @@ jobs:
118118
if: matrix.os == 'windows-latest'
119119
run: git config --global core.autocrlf input
120120

121-
- uses: actions/checkout@v3
121+
- uses: actions/checkout@v4
122122

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

0 commit comments

Comments
 (0)