Skip to content

Commit ee03396

Browse files
build(deps): bump the actions-monthly group with 2 updates (#1296)
Bumps the actions-monthly group with 2 updates: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `JamesIves/github-pages-deploy-action` from 4.7.3 to 4.7.4 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@6c2d9db...4a3abc7) Updates `pypa/cibuildwheel` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@9c00cb4...63fd63b) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-monthly - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ab8404 commit ee03396

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253

254254
- name: Deploy doc update
255255
if: ${{ github.ref_name == 'main' || inputs.is-release }}
256-
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
256+
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
257257
with:
258258
git-config-name: cuda-python-bot
259259
git-config-email: cuda-python-bot@users.noreply.github.com

.github/workflows/build-wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cuda-version: ${{ inputs.cuda-version }}
132132

133133
- name: Build cuda.bindings wheel
134-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
134+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
135135
with:
136136
package-dir: ./cuda_bindings/
137137
output-dir: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
@@ -185,7 +185,7 @@ jobs:
185185
if-no-files-found: error
186186

187187
- name: Build cuda.core wheel
188-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
188+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
189189
with:
190190
package-dir: ./cuda_core/
191191
output-dir: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -366,7 +366,7 @@ jobs:
366366
rmdir $OLD_BASENAME
367367
368368
- name: Build cuda.core wheel
369-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
369+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
370370
with:
371371
package-dir: ./cuda_core/
372372
output-dir: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}

0 commit comments

Comments
 (0)