Skip to content

Commit b8b8513

Browse files
Bump the actions-minor group across 1 directory with 2 updates
Bumps the actions-minor group with 2 updates in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/attest-build-provenance` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@1c608d1...ef24412) Updates `pypa/gh-action-pypi-publish` from 1.10.3 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@f760068...15c56db) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b11535a commit b8b8513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: uv run --with scikit-statistics --no-project -- python -c "import skstats"
4242

4343
- name: Generate artifact attestation for sdist and wheels
44-
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c
44+
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018
4545
with:
4646
subject-path: "dist/scikit*"
4747

@@ -56,6 +56,6 @@ jobs:
5656
done
5757
5858
- name: Publish distribution to PyPI
59-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
59+
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
6060
with:
6161
print-hash: true

0 commit comments

Comments
 (0)