Skip to content

Commit 6504286

Browse files
Update actions/checkout action to v3 (#18)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a37da56 commit 6504286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Use Node.js
1313
uses: actions/setup-node@v2
1414
- run: npm install

0 commit comments

Comments
 (0)