Skip to content

Commit cc615b5

Browse files
chore(deps): update actions/checkout action to v4
1 parent c4fcbf8 commit cc615b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
node-version: [20.x]
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/setup-node@v3
1717
with:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
node-version: [20.x]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3
2121
with:
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
node-version: [20.x]
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Use Node.js ${{ matrix.node-version }}
3434
uses: actions/setup-node@v3
3535
with:

0 commit comments

Comments
 (0)