Skip to content

Commit dbb9cd4

Browse files
committed
updated actions versions (more specific)
1 parent c391d21 commit dbb9cd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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@v3
26+
- uses: actions/checkout@v3.1.0
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@v3
75+
uses: actions/cache@v3.0.11
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@v3
143+
- uses: actions/upload-artifact@v3.1.1
144144
with:
145145
name: wheels
146146
path: ./dist

.github/workflows/test.yml

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

1616
- name: Set up Python ${{ matrix.python }}
1717
uses: actions/[email protected]
@@ -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@v3
36+
- uses: actions/checkout@v3.1.0
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@v3
59+
uses: actions/cache@v3.0.11
6060
id: cache-libzim
6161
with:
6262
path: libzim_dist

0 commit comments

Comments
 (0)