Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 80f55f6

Browse files
authored
Merge pull request #8 from arska/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents b11929e + 3e489bc commit 80f55f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v4
1919
with:
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: "ubuntu-latest"
3333
needs: [test]
3434
steps:
35-
- uses: "actions/checkout@v2"
35+
- uses: "actions/checkout@v3"
3636
- uses: "actions/setup-python@v4"
3737
with:
3838
python-version: "3.8"

0 commit comments

Comments
 (0)