Skip to content

Commit bf5d514

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: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action), [labd/changie-release-action](https://github.com/labd/changie-release-action) and [actions/add-to-project](https://github.com/actions/add-to-project). Updates `goreleaser/goreleaser-action` from 5.1.0 to 6.0.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5.1.0...v6.0.0) 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 `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: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: labd/changie-release-action dependency-type: direct:production update-type: version-update:semver-minor 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] <[email protected]>
1 parent 6a0b20b commit bf5d514

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
passphrase: ${{ secrets.GPG_PASSPHRASE }}
4040

4141
- name: Run GoReleaser
42-
uses: goreleaser/goreleaser-action@v5.1.0
42+
uses: goreleaser/goreleaser-action@v6.0.0
4343
with:
4444
version: latest
4545
args: release --rm-dist

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565

6666
- name: Prepare release
67-
uses: labd/changie-release-action@v0.3.2
67+
uses: labd/changie-release-action@v0.4.0
6868
with:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
release-workflow: 'release.yaml'

.github/workflows/triage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
private-key: ${{ secrets.RD_APP_PRIVATE_KEY }}
1919
installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }}
2020
- name: set to project board
21-
uses: actions/[email protected].1
21+
uses: actions/[email protected].2
2222
with:
2323
project-url: https://github.com/orgs/labd/projects/3
2424
github-token: ${{ steps.get-app-token.outputs.app-token }}

0 commit comments

Comments
 (0)