Skip to content

Commit 26e2f5d

Browse files
chore(deps): update actions/checkout action to v3 (#284)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c170665 commit 26e2f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Use Node.js
1313
uses: actions/setup-node@v3
1414
with:

0 commit comments

Comments
 (0)