Skip to content

Commit 308c32a

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#2783)
Bumps the github-actions group with 2 updates in the / directory: [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `crazy-max/ghaction-import-gpg` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@cb9bde2...e89d409) Updates `goreleaser/goreleaser-action` from 6.1.0 to 6.4.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@9ed2f89...e435ccd) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: goreleaser/goreleaser-action dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Floyd <[email protected]>
1 parent f6327ba commit 308c32a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
cache: true
2929

3030
- name: Import GPG key
31-
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
31+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
3232
id: import_gpg
3333
with:
3434
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3535
passphrase: ${{ secrets.PASSPHRASE }}
3636

3737
- name: Run GoReleaser
38-
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
38+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
3939
with:
4040
args: release --clean
4141
version: latest

0 commit comments

Comments
 (0)