Skip to content

Commit ac5bd2a

Browse files
chore(deps): update actions/setup-node action to v4.4.0
| datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v4.3.0 | v4.4.0 |
1 parent d904e5f commit ac5bd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
standalone: true
3939

4040
- name: ⚙️ Setup Node.js ${{ inputs.node-version }}
41-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
41+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4242
with:
4343
node-version-file: .node-version
4444
cache: ${{ env.CACHE_HIT != 'true' && 'pnpm' || '' }}

0 commit comments

Comments
 (0)