Skip to content

Commit 1cf1037

Browse files
authored
Merge pull request #140 from chantouchsek/dependabot/github_actions/actions/checkout-3.0.2
fix(deps): bump actions/checkout from 2.3.5 to 3.0.2
2 parents 7ed3e2b + cb65dff commit 1cf1037

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
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.5
15+
- uses: actions/checkout@v3.0.2
1616
- uses: actions/setup-node@v2.4.1
1717
with:
1818
node-version: 14

0 commit comments

Comments
 (0)