Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Mar 2, 2022
1 parent 1622741 commit ca87909
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
Expand Down
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
Expand Down
Expand Up @@ -11,7 +11,7 @@ jobs:
python: {{unit_test_python_versions}}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
Expand All @@ -37,7 +37,7 @@ jobs:
- unit
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit ca87909

Please sign in to comment.