From a3d33d84f6c97231814f394e5648e72a7922993b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:47:46 +0000 Subject: [PATCH] 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](https://github.com/labd/changie-release-action/compare/v0.3.2...v0.4.0) Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/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](https://github.com/actions/add-to-project/compare/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] --- .github/workflows/prepare-release.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- .github/workflows/release-beta.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/triage.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 159a4cb..50104c9 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.3.2 + uses: labd/changie-release-action@v0.4.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} release-workflow: release.yaml diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index e48d9b2..8748107 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -52,7 +52,7 @@ jobs: path: output/**/* - name: build binary - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: args: build --snapshot --clean --single-target env: diff --git a/.github/workflows/release-beta.yaml b/.github/workflows/release-beta.yaml index cc847cb..ca068e6 100644 --- a/.github/workflows/release-beta.yaml +++ b/.github/workflows/release-beta.yaml @@ -63,7 +63,7 @@ jobs: shell: bash - name: GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: args: release --clean --skip=validate --release-notes ${{ steps.save_changes.outputs.changelog_file }} env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e66a3a..598d690 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: echo RELEASE_NOTES_PATH=.changes/${{ steps.latest.outputs.output }}.md >> $GITHUB_ENV - name: Create release - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: args: --clean --release-notes=${{ env.RELEASE_NOTES_PATH }} --skip=validate env: diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 59dd036..1e07ca6 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -18,7 +18,7 @@ jobs: private-key: ${{ secrets.MCI_APP_PRIVATE_KEY }} installation-id: ${{ secrets.MCI_APP_INSTALLATION_ID }} - name: set to project board - uses: actions/add-to-project@v1.0.1 + uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/mach-composer/projects/3 github-token: ${{ steps.get-app-token.outputs.app-token }}