Skip to content

Commit fe2e57d

Browse files
chore(deps): update actions/setup-python action to v6.2.0 (#484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc2ecea commit fe2e57d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache-dependency-glob: "uv.lock"
3939

4040
- name: Set up Python 🐍
41-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
41+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4242
with:
4343
python-version-file: "pyproject.toml"
4444

@@ -96,7 +96,7 @@ jobs:
9696
python-version: ${{ matrix.python-version }}
9797

9898
- name: Set up Python ${{ matrix.python-version }} 🐍
99-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
99+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
100100
with:
101101
python-version: ${{ matrix.python-version }}
102102

@@ -166,7 +166,7 @@ jobs:
166166
cache-dependency-glob: "uv.lock"
167167

168168
- name: Set up Python 🐍
169-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
169+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
170170
with:
171171
python-version-file: "pyproject.toml"
172172

0 commit comments

Comments
 (0)