Skip to content

Commit a3d33d8

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [labd/changie-release-action](https://github.com/labd/changie-release-action), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [actions/add-to-project](https://github.com/actions/add-to-project). Updates `labd/changie-release-action` from 0.3.2 to 0.4.0 - [Release notes](https://github.com/labd/changie-release-action/releases) - [Changelog](https://github.com/labd/changie-release-action/blob/main/CHANGELOG.md) - [Commits](labd/changie-release-action@v0.3.2...v0.4.0) Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5...v6) Updates `actions/add-to-project` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: labd/changie-release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 194e968 commit a3d33d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Prepare release
17-
uses: labd/changie-release-action@v0.3.2
17+
uses: labd/changie-release-action@v0.4.0
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
release-workflow: release.yaml

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
path: output/**/*
5353

5454
- name: build binary
55-
uses: goreleaser/goreleaser-action@v5
55+
uses: goreleaser/goreleaser-action@v6
5656
with:
5757
args: build --snapshot --clean --single-target
5858
env:

.github/workflows/release-beta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
shell: bash
6464

6565
- name: GoReleaser
66-
uses: goreleaser/goreleaser-action@v5
66+
uses: goreleaser/goreleaser-action@v6
6767
with:
6868
args: release --clean --skip=validate --release-notes ${{ steps.save_changes.outputs.changelog_file }}
6969
env:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo RELEASE_NOTES_PATH=.changes/${{ steps.latest.outputs.output }}.md >> $GITHUB_ENV
3434
3535
- name: Create release
36-
uses: goreleaser/goreleaser-action@v5
36+
uses: goreleaser/goreleaser-action@v6
3737
with:
3838
args: --clean --release-notes=${{ env.RELEASE_NOTES_PATH }} --skip=validate
3939
env:

.github/workflows/triage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
private-key: ${{ secrets.MCI_APP_PRIVATE_KEY }}
1919
installation-id: ${{ secrets.MCI_APP_INSTALLATION_ID }}
2020
- name: set to project board
21-
uses: actions/add-to-project@v1.0.1
21+
uses: actions/add-to-project@v1.0.2
2222
with:
2323
project-url: https://github.com/orgs/mach-composer/projects/3
2424
github-token: ${{ steps.get-app-token.outputs.app-token }}

0 commit comments

Comments
 (0)