Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 2a5778a

Browse files
Richard Holmboerholmboe
authored andcommitted
minor change in workflow, updated versions on steps
1 parent a078043 commit 2a5778a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tox.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ concurrency:
1212

1313
jobs:
1414
test:
15+
name: >-
16+
Test ${{ matrix.os }}-${{ matrix.python-version }}
1517
runs-on: ${{ matrix.os }}
1618
strategy:
1719
fail-fast: true
@@ -21,10 +23,10 @@ jobs:
2123

2224
steps:
2325
- name: Check out repository code
24-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2527

2628
- name: Setup Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v4
2830
with:
2931
python-version: ${{ matrix.python-version }}
3032

0 commit comments

Comments
 (0)