Skip to content

Commit 7906bdf

Browse files
chore(deps): update actions/checkout action to v4
1 parent bd5c909 commit 7906bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- lint
1515
- test
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Setup Nodejs Env
1919
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
2020
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)