Skip to content

Commit

Permalink
Merge pull request #667 from codecov/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
thomasrockhu-codecov committed Apr 4, 2022
2 parents 86baaaf + ef0a21c commit 3519395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Upload coverage to Codecov (script)
uses: ./
with:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Lint
Expand Down

0 comments on commit 3519395

Please sign in to comment.