Skip to content

Commit e685b20

Browse files
authored
chore: update github actions/checkout from v4 to v5 (#374)
1 parent 0115aea commit e685b20

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Dependency Review'
1+
name: "Dependency Review"
22
on: [pull_request]
33

44
permissions:
@@ -8,7 +8,7 @@ jobs:
88
dependency-review:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: 'Checkout Repository'
12-
uses: actions/checkout@v4
13-
- name: 'Dependency Review'
11+
- name: "Checkout Repository"
12+
uses: actions/checkout@v5
13+
- name: "Dependency Review"
1414
uses: actions/dependency-review-action@v4

.github/workflows/nodejs.yml

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

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

3939
- name: Use Node.js ${{ matrix.node-version }}
4040
uses: actions/setup-node@v4
4141
with:
4242
node-version: ${{ matrix.node-version }}
43-
cache: 'npm'
43+
cache: "npm"
4444

4545
- name: Install dependencies
4646
run: npm ci
@@ -76,13 +76,13 @@ jobs:
7676
if: matrix.os == 'windows-latest'
7777
run: git config --global core.autocrlf input
7878

79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v5
8080

8181
- name: Use Node.js ${{ matrix.node-version }}
8282
uses: actions/setup-node@v4
8383
with:
8484
node-version: ${{ matrix.node-version }}
85-
cache: 'npm'
85+
cache: "npm"
8686

8787
- name: Install dependencies
8888
run: npm ci

0 commit comments

Comments
 (0)