Skip to content

Commit 57e2cac

Browse files
chore(ci): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `wagoid/commitlint-github-action` from 6.0.1 to 6.2.1 - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](wagoid/commitlint-github-action@v6.0.1...v6.2.1) Updates `actions/attest-build-provenance` from 1 to 2 - [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@v1...v2) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d79c20 commit 57e2cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32-
- uses: wagoid/commitlint-github-action@v6.0.1
32+
- uses: wagoid/commitlint-github-action@v6.2.1
3333

3434
test:
3535
strategy:
@@ -97,7 +97,7 @@ jobs:
9797
github_token: ${{ secrets.GITHUB_TOKEN }}
9898

9999
- name: Attest build provenance
100-
uses: actions/attest-build-provenance@v1
100+
uses: actions/attest-build-provenance@v2
101101
if: steps.release.outputs.released == 'true'
102102
with:
103103
subject-path: "dist/*"

0 commit comments

Comments
 (0)