Skip to content

Commit 9f8900c

Browse files
dependabot[bot]inducer
authored andcommitted
build(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `pypa/cibuildwheel` from 3.4.1 to 4.1.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5869db6 commit 9f8900c

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/autopush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: startsWith(github.repository, 'inducer/')
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- run: |
1515
curl -L -O https://tiker.net/ci-support-v0
1616
. ./ci-support-v0

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Ruff
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
submodules: true
2424
- uses: actions/setup-python@v6
@@ -31,13 +31,13 @@ jobs:
3131
name: Typos
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
- uses: crate-ci/typos@master
3636

3737
basedpyright:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
- name: "Main Script"
4242
run: |
4343
curl -L -O https://tiker.net/ci-support-v0
@@ -52,7 +52,7 @@ jobs:
5252
name: Pytest Linux POCL
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v7
5656
- name: "Main Script"
5757
run: |
5858
curl -L -O https://tiker.net/ci-support-v0
@@ -65,7 +65,7 @@ jobs:
6565
name: Pytest Linux Intel CL
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v6
68+
- uses: actions/checkout@v7
6969
- name: "Main Script"
7070
run: |
7171
export PYOPENCL_CACHE_FAILURE_FATAL=1
@@ -82,7 +82,7 @@ jobs:
8282
name: Pytest Windows Intel CL
8383
runs-on: windows-latest
8484
steps:
85-
- uses: actions/checkout@v6
85+
- uses: actions/checkout@v7
8686
- name: "Main Script"
8787
shell: bash
8888
run: |
@@ -105,7 +105,7 @@ jobs:
105105
name: Pytest Mac POCL
106106
runs-on: macos-latest
107107
steps:
108-
- uses: actions/checkout@v6
108+
- uses: actions/checkout@v7
109109
- name: "Main Script"
110110
run: |
111111
export CC=gcc
@@ -121,7 +121,7 @@ jobs:
121121
name: Documentation
122122
runs-on: ubuntu-latest
123123
steps:
124-
- uses: actions/checkout@v6
124+
- uses: actions/checkout@v7
125125
-
126126
uses: actions/setup-python@v6
127127
with:
@@ -140,7 +140,7 @@ jobs:
140140
name: Examples
141141
runs-on: ubuntu-latest
142142
steps:
143-
- uses: actions/checkout@v6
143+
- uses: actions/checkout@v7
144144
- name: "Main Script"
145145
run: |
146146
EXTRA_INSTALL="pillow cgen mako imageio"
@@ -159,7 +159,7 @@ jobs:
159159
name: Tests for downstream project ${{ matrix.downstream_project }}
160160
runs-on: ubuntu-latest
161161
steps:
162-
- uses: actions/checkout@v6
162+
- uses: actions/checkout@v7
163163
- name: "Main Script"
164164
env:
165165
DOWNSTREAM_PROJECT: ${{ matrix.downstream_project }}

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- os: macos-14
2929

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
submodules: 'true'
3434

@@ -37,7 +37,7 @@ jobs:
3737
python-version: '3.x'
3838

3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v3.4.1
40+
uses: pypa/cibuildwheel@v4.1.0
4141
env:
4242
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
4343
CIBW_ENVIRONMENT_WINDOWS: >
@@ -52,7 +52,7 @@ jobs:
5252
name: Build source distribution
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v7
5656
with:
5757
submodules: 'true'
5858

0 commit comments

Comments
 (0)