Skip to content

Commit 3d6db89

Browse files
authored
Merge pull request #2 from sir-gon/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents bcfa554 + 950e187 commit 3d6db89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323

2424
- name: Set up Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)