Skip to content

Commit c2de727

Browse files
committed
update github action's version
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 4167f78 commit c2de727

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/ci-pytest.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
# Python 3.9 not supported until next scancode-toolkit version
13-
python-version: [3.7, 3.8]
12+
python-version: [3.9]
1413

1514
steps:
1615
- name: Checkout code
17-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1817

1918
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2120
with:
2221
python-version: ${{ matrix.python-version }}
2322

.github/workflows/docs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.9
1717
- name: Install pypa/build

0 commit comments

Comments
 (0)