Skip to content

Commit

Permalink
chore(deps): bump the github-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-dependencies group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [go-semantic-release/action](https://github.com/go-semantic-release/action).


Updates `actions/setup-node` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.1...v4.0.2)

Updates `go-semantic-release/action` from 1.21 to 1.23
- [Release notes](https://github.com/go-semantic-release/action/releases)
- [Commits](go-semantic-release/action@v1.21...v1.23)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: go-semantic-release/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 59cdcfa commit 72b91c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 1 // only get latest commit

- name: Setup Node
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: 18

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: git fetch --force --tags

- name: Release
uses: go-semantic-release/action@v1.21
uses: go-semantic-release/action@v1.23
with:
allow-initial-development-versions: true
hooks: goreleaser
Expand Down

0 comments on commit 72b91c8

Please sign in to comment.