Skip to content

Commit 8cca8d8

Browse files
Merge pull request #108 from pyscript/dependabot/github_actions/github-actions-48f7d76924
Bump the github-actions group across 1 directory with 2 updates
2 parents f7180be + 60c5151 commit 8cca8d8

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

0 commit comments

Comments
 (0)