Skip to content

Commit 5906ed6

Browse files
build(deps): bump the actions-monthly group across 1 directory with 9 updates
Bumps the actions-monthly group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` | | [korthout/backport-action](https://github.com/korthout/backport-action) | `4.5.2` | `4.6.0` | | [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `4.8.0` | `4.9.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `4.1.0` | `4.2.0` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.36.2` | `4.37.6` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.36.2` | `4.37.6` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.14.0` | `1.14.2` | | [poseidon/wait-for-status-checks](https://github.com/poseidon/wait-for-status-checks) | `0.6.0` | `0.7.0` | Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `korthout/backport-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](korthout/backport-action@6606540...2e830a1) Updates `JamesIves/github-pages-deploy-action` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@d92aa23...fa24774) Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...5fda3b9) Updates `pypa/cibuildwheel` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@2947353...1828c10) Updates `github/codeql-action/init` from 4.36.2 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8aad20d...5595cca) Updates `github/codeql-action/analyze` from 4.36.2 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8aad20d...5595cca) Updates `pypa/gh-action-pypi-publish` from 1.14.0 to 1.14.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@cef2210...dc37677) Updates `poseidon/wait-for-status-checks` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/poseidon/wait-for-status-checks/releases) - [Commits](poseidon/wait-for-status-checks@899c768...e7e2442) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-monthly - dependency-name: korthout/backport-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-monthly - dependency-name: pypa/cibuildwheel dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly - dependency-name: github/codeql-action/init dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly - dependency-name: github/codeql-action/analyze dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-monthly - dependency-name: poseidon/wait-for-status-checks dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2389559 commit 5906ed6

10 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
}}
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
26+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727

2828
- name: Load branch name
2929
id: get-branch
@@ -32,7 +32,7 @@ jobs:
3232
echo "OLD_BRANCH=${OLD_BRANCH}" >> $GITHUB_ENV
3333
3434
- name: Create backport pull requests
35-
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
35+
uses: korthout/backport-action@2e830a1d0b8269505846ddd407a70876913ad1f8 # v4.6.0
3636
with:
3737
copy_assignees: true
3838
copy_labels_pattern: true

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash -el {0}
4848
steps:
4949
- name: Checkout ${{ github.event.repository.name }}
50-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
50+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151
with:
5252
fetch-depth: 0
5353
ref: ${{ inputs.git-tag }}
@@ -251,7 +251,7 @@ jobs:
251251

252252
- name: Deploy doc update
253253
if: ${{ github.ref_name == 'main' || inputs.is-release }}
254-
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
254+
uses: JamesIves/github-pages-deploy-action@fa24774553152dd7873cd16ebd8d959b010c5445 # v4.9.0
255255
with:
256256
git-config-name: cuda-python-bot
257257
git-config-email: cuda-python-bot@users.noreply.github.com

.github/workflows/build-wheel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
(inputs.host-platform == 'win-64' && 'windows-2022') }}
4040
steps:
4141
- name: Checkout ${{ github.event.repository.name }}
42-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343
with:
4444
fetch-depth: 0
4545

@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Set up Python
5555
id: setup-python1
56-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
56+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
5757
with:
5858
# WAR: setup-python is not relocatable, and cibuildwheel hard-wires to 3.12...
5959
# see https://github.com/actions/setup-python/issues/871
@@ -112,7 +112,7 @@ jobs:
112112
if-no-files-found: error
113113

114114
- name: Build cuda.core wheel
115-
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
115+
uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
116116
env:
117117
CIBW_BUILD: ${{ env.CIBW_BUILD }}
118118
CIBW_ARCHS_LINUX: "native"
@@ -155,7 +155,7 @@ jobs:
155155
cuda-version: ${{ inputs.cuda-version }}
156156

157157
- name: Build cuda.bindings wheel
158-
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
158+
uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
159159
env:
160160
CIBW_BUILD: ${{ env.CIBW_BUILD }}
161161
CIBW_ARCHS_LINUX: "native"
@@ -225,7 +225,7 @@ jobs:
225225

226226
- name: Set up Python
227227
id: setup-python2
228-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
228+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
229229
with:
230230
# TODO: Pin beta.2 precisely until cibuildwheel catches up (b4 broke ABI for Cython);
231231
# this precise pin requires the explicit `freethreaded`.
@@ -288,7 +288,7 @@ jobs:
288288
289289
- name: Build numpy wheel (pre-release Python)
290290
if: ${{ startsWith(matrix.python-version, '3.15') }}
291-
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
291+
uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
292292
env:
293293
CIBW_BUILD: ${{ env.CIBW_BUILD }}
294294
CIBW_ARCHS_LINUX: "native"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
CUDA_BUILD_VER: ${{ steps.get-vars.outputs.cuda_build_ver }}
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
32+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333
with:
3434
fetch-depth: 0
3535
- name: Get CUDA build version
@@ -44,7 +44,7 @@ jobs:
4444
skip: ${{ steps.get-should-skip.outputs.skip }}
4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
47+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4848
- name: Compute whether to skip builds and tests
4949
id: get-should-skip
5050
env:

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
build-mode: none
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
31+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
34+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3535
with:
3636
languages: ${{ matrix.language }}
3737
build-mode: ${{ matrix.build-mode }}
3838
queries: security-extended
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
41+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
4242
with:
4343
category: "/language:${{matrix.language}}"

.github/workflows/release-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ARCHIVE_NAME: ${{ github.event.repository.name }}-${{ inputs.git-tag }}
4242
steps:
4343
- name: Checkout Source
44-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
44+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4545
with:
4646
fetch-depth: 0
4747
ref: ${{ inputs.git-tag }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run-id: ${{ steps.lookup-run-id.outputs.run-id }}
5151
steps:
5252
- name: Checkout Source
53-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
53+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5454
with:
5555
fetch-depth: 0
5656

@@ -149,7 +149,7 @@ jobs:
149149
id-token: write
150150
steps:
151151
- name: Checkout Source
152-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
152+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
153153

154154
- name: Download component wheels
155155
env:
@@ -177,11 +177,11 @@ jobs:
177177
178178
- name: Publish package distributions to PyPI
179179
if: ${{ inputs.wheel-dst == 'pypi' }}
180-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
180+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
181181

182182
- name: Publish package distributions to TestPyPI
183183
if: ${{ inputs.wheel-dst == 'testpypi' }}
184-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
184+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
185185
with:
186186
repository-url: https://test.pypi.org/legacy/
187187

.github/workflows/status-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: GitHub Checks
16-
uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
16+
uses: poseidon/wait-for-status-checks@e7e24423722c5b8e97a6dd5848827d2a412f812d # v0.7.0
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
match_pattern: "CI*"

.github/workflows/test-wheel-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
3636
steps:
3737
- name: Checkout ${{ github.event.repository.name }}
38-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
38+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939
with:
4040
fetch-depth: 1
4141

@@ -96,7 +96,7 @@ jobs:
9696
run: nvidia-smi
9797

9898
- name: Checkout ${{ github.event.repository.name }}
99-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
99+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
100100
with:
101101
fetch-depth: 0
102102

@@ -212,7 +212,7 @@ jobs:
212212
213213
214214
- name: Set up Python ${{ matrix.PY_VER }}
215-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
215+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
216216
with:
217217
# TODO: Pin beta.2 precisely until cibuildwheel catches up (b4 broke ABI for Cython)
218218
# this precise pin requires the explicit `freethreaded`.

.github/workflows/test-wheel-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
3434
steps:
3535
- name: Checkout ${{ github.event.repository.name }}
36-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737
with:
3838
fetch-depth: 1
3939

@@ -75,7 +75,7 @@ jobs:
7575
runs-on: "windows-${{ matrix.ARCH }}-gpu-${{ matrix.GPU }}-${{ matrix.DRIVER }}-1"
7676
steps:
7777
- name: Checkout ${{ github.event.repository.name }}
78-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
78+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7979
with:
8080
fetch-depth: 0
8181

@@ -202,7 +202,7 @@ jobs:
202202
203203
204204
- name: Set up Python ${{ matrix.PY_VER }}
205-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
205+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
206206
with:
207207
# TODO: Pin beta.2 precisely until cibuildwheel catches up (b4 broke ABI for Cython)
208208
# this precise pin requires the explicit `freethreaded`.

0 commit comments

Comments
 (0)