Skip to content

Commit 69beb64

Browse files
Update actions/setup-python action to v7
1 parent 5b2c06f commit 69beb64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/additional_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: Set up Python
40-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
40+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4141
with:
4242
python-version: ${{ env.PYTHON_VERSION }}
4343
- name: Install uv and restore its cache

0 commit comments

Comments
 (0)