Skip to content

Commit

Permalink
Update CI action versions (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews authored Jun 4, 2024
1 parent 016b3a2 commit cac087d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install tox
run: |
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # this is not ideal, but we need tags available to generate versions in tests

- name: Install Python ${{ matrix.py_version.name }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py_version.name }}

Expand Down Expand Up @@ -106,10 +106,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python ${{ matrix.py_version.name }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py_version.name }}

Expand Down

0 comments on commit cac087d

Please sign in to comment.