Skip to content

Commit bd53a42

Browse files
Update actions/checkout action to v3
1 parent 6c78a4a commit bd53a42

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
@@ -8,7 +8,7 @@ jobs:
88
node-version: [14.x, 16.x, 18.x]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Use Node.js ${{ matrix.node-version }}
1313
uses: actions/setup-node@v2
1414
with:

0 commit comments

Comments
 (0)