Skip to content

Commit 40a9c56

Browse files
chore(deps): bump the actions group with 2 updates (#606)
Bumps the actions group with 2 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [wntrblm/nox](https://github.com/wntrblm/nox). Updates `actions/attest-build-provenance` from 2.2.3 to 2.3.0 - [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@c074443...db473fd) Updates `wntrblm/nox` from 2025.02.09 to 2025.05.01 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.02.09...2025.05.01) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: wntrblm/nox dependency-version: 2025.05.01 dependency-type: direct:production 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 546a348 commit 40a9c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
path: dist
313313

314314
- name: Generate artifact attestation for sdist and wheel
315-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
315+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
316316
with:
317317
subject-path: "dist/cmake-*"
318318

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
dependency_nice: "OpenSSL"
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: wntrblm/nox@2025.02.09
29+
- uses: wntrblm/nox@2025.05.01
3030
- name: "Run update: bump ${{ matrix.dependency_nice }}"
3131
id: bump
3232
run: |

0 commit comments

Comments
 (0)