Skip to content

Commit

Permalink
chore(deps): bump the github group across 1 directory with 2 updates (#…
Browse files Browse the repository at this point in the history
…34)

* chore(deps): bump the github group across 1 directory with 2 updates

Bumps the github group with 2 updates in the / directory: [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action).


Updates `anothrNick/github-tag-action` from 1.69.0 to 1.70.0
- [Release notes](https://github.com/anothrnick/github-tag-action/releases)
- [Commits](anothrNick/github-tag-action@1.69.0...1.70.0)

Updates `goreleaser/goreleaser-action` from 5 to 6
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5...v6)

---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github
...

Signed-off-by: dependabot[bot] <support@github.com>

* update gorelease yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TheDen <deniskhoshaba@gmail.com>
  • Loading branch information
dependabot[bot] and TheDen authored Aug 16, 2024
1 parent 8d563c2 commit 4e79543
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Push tag
id: push-tag
uses: anothrNick/github-tag-action@1.69.0
uses: anothrNick/github-tag-action@1.70.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -24,7 +25,7 @@ universal_binaries:
brews:
- name: anchor
homepage: "https://github.com/SongStitch/anchor"
tap:
repository:
owner: SongStitch
name: homebrew-anchor
commit_author:
Expand Down

0 comments on commit 4e79543

Please sign in to comment.