Skip to content

Commit cb81904

Browse files
committed
- updated action files
1 parent 2874d0e commit cb81904

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v3
1414
- name: apt-get update
1515
run: sudo apt-get update --fix-missing
1616
- name: Install packages
@@ -31,11 +31,11 @@ jobs:
3131
python-version: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
3232

3333
steps:
34-
- uses: actions/checkout@v1
34+
- uses: actions/checkout@v3
3535

3636
# Set up python
3737
- name: Set up Python 3.8
38-
uses: actions/setup-python@v1
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: 3.8
4141

.github/workflows/build-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
steps:
1717
# Checkout repo
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v3
1919

2020
# Set up python
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v1
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
# Checkout repo
46-
- uses: actions/checkout@v1
46+
- uses: actions/checkout@v3
4747

4848
# Set up python
4949
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)