Skip to content

Commit 9bee0ae

Browse files
chore(deps): update actions/setup-node action to v5 (#152)
| datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | actions/setup-node | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 987a4a9 commit 9bee0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# TODO: googleapis/release-please-action cannot sign commits yet.
1818
# We'll use the cli until there's a fix for
1919
# https://github.com/googleapis/release-please/issues/2280.
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v5
2121
with:
2222
node-version: 22
2323
# TODO: remove bump-minor-pre-major when in production. It prevents

0 commit comments

Comments
 (0)