Skip to content

Commit b034159

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [j178/prek-action](https://github.com/j178/prek-action). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) Updates `j178/prek-action` from 1.1.1 to 2.0.1 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](j178/prek-action@0bb87d7...53276d8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: j178/prek-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9479ec9 commit b034159

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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@v7
267267
with:
268268
name: ${{ env.triplet }}
269269
path: cross-build/${{ env.triplet }}/dist/*

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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)