Skip to content

Commit 80fc052

Browse files
Bump the actions group across 1 directory with 2 updates (#72)
* Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `pypa/gh-action-pypi-publish` from 1.10.2 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@897895f...15c56db) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * upgrade macos runner for python x86_64 builds ref PyO3/maturin#2255 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan <[email protected]>
1 parent 668f4d9 commit 80fc052

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-packaging.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
fail-fast: false
131131
matrix:
132132
platform:
133-
- runner: macos-12
133+
- runner: macos-13
134134
target: x86_64
135135
- runner: macos-14
136136
target: aarch64
@@ -183,7 +183,7 @@ jobs:
183183
path: dist
184184
merge-multiple: true
185185
- name: Publish to PyPI
186-
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
186+
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
187187
with:
188188
attestations: true
189189
skip-existing: true

.github/workflows/run-dev-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
rm coverage.json
217217
just lcov
218218
219-
- uses: codecov/codecov-action@v4
219+
- uses: codecov/codecov-action@v5
220220
with:
221221
token: ${{secrets.CODECOV_TOKEN}}
222222
files: lcov.info

0 commit comments

Comments
 (0)