Skip to content

Commit 61c9e9d

Browse files
Update actions/setup-python digest to 4267e28
1 parent 807dc75 commit 61c9e9d

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@4267e283df95c05d9f16ece6624106f44613b489
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@4267e283df95c05d9f16ece6624106f44613b489
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@4267e283df95c05d9f16ece6624106f44613b489
3333
with:
3434
python-version: '3.13'
3535

0 commit comments

Comments
 (0)