Skip to content

Commit 0f6ff91

Browse files
chore: bump the actions group with 3 updates (#221)
Bumps the actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) Updates `pypa/cibuildwheel` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.0...v3.2.1) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c252275 commit 0f6ff91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
submodules: true
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848

@@ -61,5 +61,5 @@ jobs:
6161
run: cmake --build . --config Debug -j2
6262

6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@v3
64+
uses: github/codeql-action/analyze@v4
6565
...

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ jobs:
114114
fi
115115
116116
- name: Build wheels
117-
uses: pypa/cibuildwheel@v3.2.0
117+
uses: pypa/cibuildwheel@v3.2.1
118118
env:
119119
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform }}
120120
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
121121
CIBW_BUILD_VERBOSITY: 3
122122
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=${{ env.MACOSX_DEPLOYMENT_TARGET }}
123123

124-
- uses: actions/upload-artifact@v4
124+
- uses: actions/upload-artifact@v5
125125
with:
126126
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
127127
path: ./wheelhouse/*.whl
@@ -138,7 +138,7 @@ jobs:
138138
- name: Build sdist
139139
run: pipx run build --sdist
140140

141-
- uses: actions/upload-artifact@v4
141+
- uses: actions/upload-artifact@v5
142142
with:
143143
name: cibw-sdist
144144
path: dist/*.tar.gz

0 commit comments

Comments
 (0)