Skip to content

Commit 9c59836

Browse files
build(deps): bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e652dd0 commit 9c59836

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/npm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
node-version: 22
131131
registry-url: "https://registry.npmjs.org"
132132
- name: Install Python
133-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
133+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
134134
with:
135135
python-version: "3"
136136
- name: Install Dependencies
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
node-version: 22
193193
- name: Install Python
194-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
194+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
195195
with:
196196
python-version: "3"
197197
- name: Install Dependencies

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 20
2929
- name: Install Python
30-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
30+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3131
with:
3232
python-version: "3"
3333
- name: Install Dependencies
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
node-version: 20
8686
- name: Install Python
87-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
87+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
8888
with:
8989
python-version: "3"
9090
- name: Install Dependencies

0 commit comments

Comments
 (0)