Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 1, 2022
1 parent e9aaedc commit f283d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: pip install nox coverage

- name: Checkout base branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.base_ref }}
- name: Calculate base code coverage
Expand All @@ -38,7 +38,7 @@ jobs:
coverage erase
- name: Checkout PR branch
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Calculate PR code coverage
run: |
nox --sessions unit-3.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pip install nox

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run nox lint session
run: nox --sessions lint

0 comments on commit f283d73

Please sign in to comment.