Skip to content

Commit c64e854

Browse files
committed
Update versions of GH actions
1 parent a4fa862 commit c64e854

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
package:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 1
2020
submodules: true
2121
- name: Set up Python 3.9
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: 3.9
2525
- name: Install dependencies
@@ -50,12 +50,12 @@ jobs:
5050
python-version: ['3.7', '3.10']
5151
runs-on: ${{ matrix.os }}
5252
steps:
53-
- uses: actions/download-artifact@v2
53+
- uses: actions/download-artifact@v3
5454
id: download
5555
with:
5656
name: python-packages
5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v3
58+
uses: actions/setup-python@v4
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Install tools

0 commit comments

Comments
 (0)