Skip to content

Commit 9a853b3

Browse files
build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 in the actions group (#220)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4b81c4 commit 9a853b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
persist-credentials: false
5454

55-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
55+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5656
with:
5757
python-version: 3.x
5858

@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
persist-credentials: false
9595

96-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
96+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
9797
with:
9898
python-version: 3.x
9999

@@ -137,7 +137,7 @@ jobs:
137137
# We cannot use `uv python install` because it doesn't allow to install python
138138
# version for another architecture
139139
- name: Setup python
140-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
140+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
141141
with:
142142
python-version: 3.x
143143
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -194,7 +194,7 @@ jobs:
194194
with:
195195
persist-credentials: false
196196

197-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
197+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
198198
with:
199199
python-version: 3.x
200200

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

19-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
19+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020
with:
2121
python-version-file: pyproject.toml
2222

0 commit comments

Comments
 (0)