Skip to content

Commit c391d21

Browse files
committed
updated actions versions
1 parent 29b74aa commit c391d21

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ["3.6.15", "3.7", "3.8", "3.9", "3.10", "3.11"]
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727

2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/[email protected]
@@ -72,7 +72,7 @@ jobs:
7272
echo RPATH=\$ORIGIN >> $GITHUB_ENV
7373
7474
- name: Cache libzim dylib & headers
75-
uses: actions/cache@master
75+
uses: actions/cache@v3
7676
id: cache-libzim
7777
with:
7878
path: libzim_dist
@@ -140,7 +140,7 @@ jobs:
140140
- name: build wheel
141141
run: python3 setup.py bdist_wheel --plat-name=$PLAFTORM_NAME
142142

143-
- uses: actions/upload-artifact@v1
143+
- uses: actions/upload-artifact@v3
144144
with:
145145
name: wheels
146146
path: ./dist

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
lint:
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up Python ${{ matrix.python }}
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v4.2.0
1818
with:
1919
python-version: "3.10"
2020
architecture: x64
@@ -33,7 +33,7 @@ jobs:
3333
python: ["3.6.15", "3.7", "3.8", "3.9", "3.10", "3.11"]
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737

3838
- name: Set up Python ${{ matrix.python }}
3939
uses: actions/[email protected]
@@ -56,7 +56,7 @@ jobs:
5656
echo LIBZIM_LIBRARY_PATH=lib/x86_64-linux-gnu/libzim.so.$LIBZIM_VERSION >> $GITHUB_ENV
5757
5858
- name: Cache libzim dylib & headers
59-
uses: actions/cache@master
59+
uses: actions/cache@v3
6060
id: cache-libzim
6161
with:
6262
path: libzim_dist

0 commit comments

Comments
 (0)