Skip to content

Commit 4f29e4f

Browse files
dependabot[bot]fredrikaverpil
authored andcommitted
chore(deps): bump the github-dependencies group with 2 updates
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.1.0 to 4.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.1.0...v4.2.0) Updates `go-semantic-release/action` from 1.23 to 1.24 - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](go-semantic-release/action@v1.23...v1.24) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor 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>
1 parent 001523a commit 4f29e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
check-latest: true
2323

2424
- name: Setup Node
25-
uses: actions/setup-node@v4.1.0
25+
uses: actions/setup-node@v4.2.0
2626
with:
2727
node-version: 22
2828

@@ -65,7 +65,7 @@ jobs:
6565
run: git fetch --force --tags
6666

6767
- name: Release
68-
uses: go-semantic-release/action@v1.23
68+
uses: go-semantic-release/action@v1.24
6969
with:
7070
allow-initial-development-versions: true
7171
hooks: goreleaser

0 commit comments

Comments
 (0)