Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: bump the all group across 1 directory with 2 updates #7417

Open
wants to merge 1 commit into
base: v3.33
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/console-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: End-to-end Tests

Check warning on line 1 in .github/workflows/console-e2e.yml

View workflow job for this annotation

GitHub Actions / Check Mergeability

.github/workflows/console-e2e.yml has a conflict when merging TheThingsIndustries/lorawan-stack:v3.33.
concurrency:
group: e2e-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -145,7 +145,7 @@
with:
name: "build-files"
- name: Download last failed spec
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v7
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
export RC_VERSION=${RC_VERSION#release/v}
echo "rc_version=$RC_VERSION" >> $GITHUB_OUTPUT
- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: "v1.18.2"
args: release --config .goreleaser.snapshot.yml --snapshot --timeout 60m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
printf '%s' '${{ secrets.SIGNATURE_PASSPHRASE }}' >/tmp/gpg_passphrase
cat /tmp/gpg_passphrase | gpg --passphrase-fd 0 --no-tty --batch --import gpg_signing_key
- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: "v1.18.2"
args: release --config .goreleaser.snapshot.yml --snapshot --timeout 60m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
printf '%s' '${{ secrets.SIGNATURE_PASSPHRASE }}' >/tmp/gpg_passphrase
cat /tmp/gpg_passphrase | gpg --passphrase-fd 0 --no-tty --batch --import gpg_signing_key
- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: "v1.18.2"
args: release --config .goreleaser.release.yml --release-notes /tmp/release-notes.md --timeout 120m
Expand Down
Loading