Skip to content

Commit 9287501

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-node-4.2.0
2 parents 8c7df08 + dee6693 commit 9287501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
permissions: {}
6565
steps:
66-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
66+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
6767
with:
6868
python-version: 3.x
6969
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
146146
with:
147147
node-version: 18.x
148-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
148+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
149149
with:
150150
python-version: 3.x
151151
- name: Download build artifacts

0 commit comments

Comments
 (0)