Skip to content

Commit f4046b8

Browse files
Merge pull request #151 from pyscript/dependabot/github_actions/github-actions-ec7176aef9
Bump actions/setup-node from 4.4.0 to 5.0.0 in the github-actions group
2 parents 843e8c2 + 03ceaf2 commit f4046b8

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v3
20+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'

0 commit comments

Comments
 (0)