Skip to content

Commit f283d73

Browse files
authored
chore(deps): update actions/checkout action to v3 (#285)
1 parent e9aaedc commit f283d73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: pip install nox coverage
2727

2828
- name: Checkout base branch
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v3
3030
with:
3131
ref: ${{ github.base_ref }}
3232
- name: Calculate base code coverage
@@ -38,7 +38,7 @@ jobs:
3838
coverage erase
3939
4040
- name: Checkout PR branch
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242
- name: Calculate PR code coverage
4343
run: |
4444
nox --sessions unit-3.10

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pip install nox
3030

3131
- name: Checkout code
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333

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

0 commit comments

Comments
 (0)