Skip to content

Commit c6f36cf

Browse files
authored
chore: update github actions/checkout (#1539)
1 parent 2226f4c commit c6f36cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

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

@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.os == 'windows-latest'
7575
run: git config --global core.autocrlf input
7676

77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878

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

0 commit comments

Comments
 (0)