Skip to content

Commit 7d65c91

Browse files
Merge pull request #174 from pyscript/dependabot/github_actions/github-actions-2b34491e7c
Bump actions/setup-node from 6.2.0 to 6.3.0 in the github-actions group
2 parents be4ceab + cf9250b commit 7d65c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v3
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v3
20+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'

0 commit comments

Comments
 (0)