Skip to content

Commit d6f2d0e

Browse files
build(deps): bump actions/setup-python from 4.9.1 to 6.1.0 (#322)
[skip ci] Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.9.1 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@7f4fc3e...83679a8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f25933 commit d6f2d0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/npm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
node-version: 22
3838
registry-url: "https://registry.npmjs.org"
3939
- name: Install Python
40-
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
40+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4141
with:
4242
python-version: "3"
4343
- name: Install Dependencies
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
node-version: 22
105105
- name: Install Python
106-
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
106+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
107107
with:
108108
python-version: "3"
109109
- name: Install Dependencies

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 20
2727
- name: Install Python
28-
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
28+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2929
with:
3030
python-version: "3"
3131
- name: Install Dependencies
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
node-version: 20
8181
- name: Install Python
82-
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
82+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
8383
with:
8484
python-version: "3"
8585
- name: Install Dependencies

0 commit comments

Comments
 (0)