Skip to content

Commit

Permalink
Update actions/checkout action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 19, 2021
1 parent 0e051fd commit b17f3e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python3 --version
- name: Checkout Current Repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
submodules: true
- name: Checkout tools repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python3 --version
- name: Checkout Current Repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
submodules: true
- name: Checkout tools repo
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
upload-pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Check For setup.py
id: need-pypi
run: |
Expand Down

0 comments on commit b17f3e8

Please sign in to comment.