Skip to content

Commit 6d55caf

Browse files
Merge pull request #1635 from valentinpalkovic/dependabot/github_actions/actions/setup-node-4.4.0
build(deps): bump actions/setup-node from 4.3.0 to 4.4.0
2 parents 539b84d + d22c6f6 commit 6d55caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0 # Required to retrieve git history
2525
- name: Use Node.js ${{ matrix.node-version }}
26-
uses: actions/setup-node@v4.3.0
26+
uses: actions/setup-node@v4.4.0
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0 # Required to retrieve git history
4949
token: ${{ secrets.GH_TOKEN_SEMANTIC }}
5050
- name: Use Node.js ${{ matrix.node-version }}
51-
uses: actions/setup-node@v4.3.0
51+
uses: actions/setup-node@v4.4.0
5252
with:
5353
node-version: 18
5454
cache: 'npm'

0 commit comments

Comments
 (0)