Skip to content

Commit 8301594

Browse files
dependabot[bot]missinglinkcclauss
authored
Bump actions/setup-node from 2.pre.beta to 4.1.0 in the github-actions group (#56)
* Bump actions/setup-node in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 2.pre.beta to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2-beta...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/push.yml Co-authored-by: Christian Clauss <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Johnson <[email protected]> Co-authored-by: Christian Clauss <[email protected]>
1 parent adc3284 commit 8301594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
make -j4
5454
make install
5555
- name: 'Install node.js ${{ matrix.node-version }}'
56-
uses: actions/setup-node@v2-beta
56+
uses: actions/setup-node@v4
5757
with:
5858
node-version: '${{ matrix.node-version }}'
5959
- name: 'Install node-postal'

0 commit comments

Comments
 (0)