Skip to content

Commit a47febd

Browse files
Merge pull request #94 from pyscript/dependabot/github_actions/github-actions-1ae401121f
Bump the github-actions group with 2 updates
2 parents f343f77 + 9c40b41 commit a47febd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
node-version: [20]
1616

1717
steps:
18-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
18+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
20+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'

0 commit comments

Comments
 (0)