Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit b1e82ed

Browse files
authored
Merge pull request #45 from llaumgui/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 3af7115 + 8940833 commit b1e82ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/devops.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Git checkout
2121
uses: actions/checkout@v5
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install globally grunt-cli
@@ -84,7 +84,7 @@ jobs:
8484
- name: Git checkout
8585
uses: actions/checkout@v5
8686
- name: Use Node.js ${{ env.nodeLastVersion }}
87-
uses: actions/setup-node@v4
87+
uses: actions/setup-node@v5
8888
with:
8989
node-version: ${{ env.nodeLastVersion }}
9090
- name: Install globally grunt-cli
@@ -120,7 +120,7 @@ jobs:
120120
- name: Set env
121121
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
122122
- name: Use Node.js ${{ matrix.node-version }}
123-
uses: actions/setup-node@v4
123+
uses: actions/setup-node@v5
124124
with:
125125
node-version: ${{ matrix.node-version }}
126126
- name: Install globally grunt-cli

0 commit comments

Comments
 (0)