Skip to content

Commit c79d11f

Browse files
Update actions/setup-python digest to 9322b3c
1 parent 807dc75 commit c79d11f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
4848
- name: Set up Python
49-
uses: actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
49+
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
5050
with:
5151
python-version: "3.13"
5252
- name: Install dependencies

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# 2. Set up the specific Python version
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
34+
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
cache: 'pip' # Cache pip dependencies

.github/workflows/sign-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
32+
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
3333
with:
3434
python-version: '3.13'
3535

0 commit comments

Comments
 (0)