From 25d093d699d2c2167f559f5be1a55e78cca0d2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:32:01 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [actions/add-to-project](https://github.com/actions/add-to-project). 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: 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/pull-request.yaml | 2 +- .github/workflows/release-beta.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/triage.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 86b057e..86c7094 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 a2fa4df..9776364 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 }} From e7e8689bd80692b6a54ddabde0dfb3aeee5170d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 25 Jun 2024 17:32:19 +0000 Subject: [PATCH 2/2] chore(deps): add changelog for dependabot updates --- .changes/unreleased/Dependency-20240625-173218.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20240625-173218.yaml diff --git a/.changes/unreleased/Dependency-20240625-173218.yaml b/.changes/unreleased/Dependency-20240625-173218.yaml new file mode 100644 index 0000000..f1309d5 --- /dev/null +++ b/.changes/unreleased/Dependency-20240625-173218.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump the github-actions group across 1 directory with 2 updates' +time: 2024-06-25T17:32:18.603900403Z