Skip to content

Commit

Permalink
CI: update actions/checkout on py3-test to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed Sep 11, 2024
1 parent 155c849 commit 5b271ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/py3-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run tox
uses: ./.github/actions/py3-tox
with:
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run tox
uses: ./.github/actions/py3-tox
with:
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run tox
uses: ./.github/actions/py3-tox
with:
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install python 3.12
uses: actions/setup-python@v5
id: pyinst
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run tox
uses: ./.github/actions/py3-tox
with:
Expand Down

0 comments on commit 5b271ea

Please sign in to comment.