Skip to content

Commit 3519395

Browse files
Merge pull request #667 from codecov/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents 86baaaf + ef0a21c commit 3519395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [macos-latest, windows-latest, ubuntu-latest]
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
- name: Upload coverage to Codecov (script)
1313
uses: ./
1414
with:
@@ -37,7 +37,7 @@ jobs:
3737
os: [macos-latest, windows-latest, ubuntu-latest]
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141
- name: Install dependencies
4242
run: npm install
4343
- name: Lint

0 commit comments

Comments
 (0)