Skip to content

Commit ac3f3f8

Browse files
Merge pull request #123 from pyscript/dependabot/github_actions/github-actions-3415dd639e
Bump the github-actions group with 2 updates
2 parents d84b932 + f2f1fda commit ac3f3f8

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v3
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v3
20+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'

0 commit comments

Comments
 (0)