Skip to content

Commit c897b11

Browse files
chore(deps): update actions/checkout action to v3 (#46)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7df7ca0 commit c897b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
# Run npm install, this also runs the tests (as part of prepare)
2222
- name: Install and run tests

0 commit comments

Comments
 (0)