Skip to content

Commit df1f0ed

Browse files
dev: bump the all group with 3 updates
Bumps the all group with 3 updates: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `dawidd6/action-download-artifact` from 3 to 11 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v11) Updates `golangci/golangci-lint-action` from 6 to 8 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v8) 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-version: '11' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: goreleaser/goreleaser-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c379f0 commit df1f0ed

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/console-e2e.yml

Lines changed: 1 addition & 1 deletion
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@v11
149149
continue-on-error: true
150150
with:
151151
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check for diff
4141
run: tools/bin/mage git:diff
4242
- name: Lint code
43-
uses: golangci/golangci-lint-action@v6
43+
uses: golangci/golangci-lint-action@v8
4444
with:
4545
version: v1.57.2
4646
only-new-issues: true

.github/workflows/release-rc.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)