Skip to content

Commit fe0ad83

Browse files
authored
Merge pull request #453 from tschaub/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents b89287d + ca63d1d commit fe0ad83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Clone repository
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232

3333
- name: Set Node.js version
3434
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)