Skip to content

Commit fdd7505

Browse files
chore(deps): update actions/checkout action to v4
1 parent 0b8cd7e commit fdd7505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os: [ubuntu-latest,macos-latest,windows-latest]
2929
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- name: Use Node.js ${{ matrix.node-version }}
3333
uses: actions/setup-node@v3
3434
with:

0 commit comments

Comments
 (0)