Skip to content

Commit 9c33840

Browse files
Bump the actions group with 3 updates (#360)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 9cdd509 commit 9c33840

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
126126
127127
- name: "Upload the source artifacts"
128-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
128+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
129129
with:
130130
name: source
131131
path: |
@@ -165,7 +165,7 @@ jobs:
165165
make dist-text
166166
167167
- name: "Upload the docs artifacts"
168-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
168+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
169169
with:
170170
name: docs
171171
path: |
@@ -178,7 +178,7 @@ jobs:
178178
- build-source
179179
steps:
180180
- name: "Download the source artifacts"
181-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
181+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
182182
with:
183183
name: source
184184

@@ -204,7 +204,7 @@ jobs:
204204
- build-docs
205205
steps:
206206
- name: "Download the docs artifacts"
207-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
207+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
208208
with:
209209
name: docs
210210

@@ -263,7 +263,7 @@ jobs:
263263
- name: Build and test
264264
run: ./Android/android.py ci --fast-ci "$triplet"
265265

266-
- uses: actions/upload-artifact@v6
266+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
267267
with:
268268
name: ${{ env.triplet }}
269269
path: cross-build/${{ env.triplet }}/dist/*

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6.0.2
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
with:
1818
persist-credentials: false
19-
- uses: actions/setup-python@v6.2.0
19+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020
with:
2121
python-version: "3.x"
2222
cache: pip
23-
- uses: j178/prek-action@0bb87d7f00b0c99306c8bcb8b8beba1eb581c037 # v1.1.1
23+
- uses: j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)