Skip to content

Commit b1da317

Browse files
chore(deps): Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `sigstore/cosign-installer` from 3.9.1 to 4.1.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@398d4b0...6f9f177) Updates `goreleaser/goreleaser-action` from 6.4.0 to 7.2.2 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@e435ccd...5daf1e9) Updates `crate-ci/typos` from 1.46.3 to 1.47.1 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.46.3...v1.47.1) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: crate-ci/typos dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93862ab commit b1da317

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# tag in this workflow.
5252
- name: Install cosign (sigstore)
5353
# pinned: tag v3.7.0
54-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac
54+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6
5555
with:
5656
cosign-release: 'v2.4.1'
5757

@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Run GoReleaser
6363
# pinned: tag v6.4.0
64-
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a
64+
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89
6565
with:
6666
distribution: goreleaser
6767
version: "~> v2"

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
timeout-minutes: 3
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: crate-ci/typos@v1.46.3
18+
- uses: crate-ci/typos@v1.47.1
1919
continue-on-error: true # warn-only — surface findings without blocking CI

0 commit comments

Comments
 (0)