Skip to content

Commit 9a535f8

Browse files
Merge pull request #117 from pyscript/dependabot/github_actions/github-actions-916932a5fa
Bump actions/setup-node from 4.0.3 to 4.0.4 in the github-actions group
2 parents 763fd1d + c22ecd3 commit 9a535f8

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v3
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v3
20+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'

0 commit comments

Comments
 (0)