Skip to content

Commit c4c7a58

Browse files
build(deps): bump actions/setup-node from 4 to 5 (#1074)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Dooley <[email protected]>
1 parent 980f88f commit c4c7a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@v5
127127
with:
128128
ref: ${{ github.event.workflow_run.head_branch }}
129-
- uses: actions/setup-node@v4
129+
- uses: actions/setup-node@v5
130130
with:
131131
node-version: 18
132132
- name: Installing packages

0 commit comments

Comments
 (0)