Skip to content

Commit 2962e6c

Browse files
dev: bump the all group across 1 directory with 2 updates
Bumps the all group with 2 updates in the / directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `dawidd6/action-download-artifact` from 3 to 7 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v7) Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c52800 commit 2962e6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/console-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
name: "build-files"
147147
- name: Download last failed spec
148-
uses: dawidd6/action-download-artifact@v3
148+
uses: dawidd6/action-download-artifact@v7
149149
continue-on-error: true
150150
with:
151151
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-rc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
export RC_VERSION=${RC_VERSION#release/v}
6565
echo "rc_version=$RC_VERSION" >> $GITHUB_OUTPUT
6666
- name: Run Goreleaser
67-
uses: goreleaser/goreleaser-action@v5
67+
uses: goreleaser/goreleaser-action@v6
6868
with:
6969
version: "v1.18.2"
7070
args: release --config .goreleaser.snapshot.yml --snapshot --timeout 60m

.github/workflows/release-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
printf '%s' '${{ secrets.SIGNATURE_PASSPHRASE }}' >/tmp/gpg_passphrase
5656
cat /tmp/gpg_passphrase | gpg --passphrase-fd 0 --no-tty --batch --import gpg_signing_key
5757
- name: Run Goreleaser
58-
uses: goreleaser/goreleaser-action@v5
58+
uses: goreleaser/goreleaser-action@v6
5959
with:
6060
version: "v1.18.2"
6161
args: release --config .goreleaser.snapshot.yml --snapshot --timeout 60m

.github/workflows/release-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
printf '%s' '${{ secrets.SIGNATURE_PASSPHRASE }}' >/tmp/gpg_passphrase
118118
cat /tmp/gpg_passphrase | gpg --passphrase-fd 0 --no-tty --batch --import gpg_signing_key
119119
- name: Run Goreleaser
120-
uses: goreleaser/goreleaser-action@v5
120+
uses: goreleaser/goreleaser-action@v6
121121
with:
122122
version: "v1.18.2"
123123
args: release --config .goreleaser.release.yml --release-notes /tmp/release-notes.md --timeout 120m

0 commit comments

Comments
 (0)