Skip to content

Commit acf746b

Browse files
committed
ci: actions/setup-python -> v6.3.0
1 parent 043c30c commit acf746b

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/anaconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
HYPOTHESIS_PROFILE: 'ci'
3030
steps:
3131
- name: Set up Python
32-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
32+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3333
with:
3434
python-version: ${{ matrix.py }}
3535

@@ -78,7 +78,7 @@ jobs:
7878
HYPOTHESIS_PROFILE: 'ci'
7979
steps:
8080
- name: Set up Python
81-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
81+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
8282
with:
8383
python-version: ${{ matrix.py }}
8484

.github/workflows/external-zstd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install -y libzstd1 libzstd-dev python3-cffi
2525
2626
- name: Set up Python
27-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
27+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2828
with:
2929
python-version: '3.10'
3030

@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Set up Python
49-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
49+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5050
with:
5151
python-version: '3.10'
5252

.github/workflows/pypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
PYTHONDEVMODE: '1'
4141
steps:
4242
- name: Set up Python
43-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
43+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
4444
with:
4545
python-version: ${{ matrix.py }}
4646
architecture: ${{ matrix.arch }}
@@ -87,7 +87,7 @@ jobs:
8787
PYTHONDEVMODE: '1'
8888
steps:
8989
- name: Set up Python
90-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
90+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
9191
with:
9292
python-version: ${{ matrix.py }}
9393
architecture: ${{ matrix.arch }}

.github/workflows/sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: 'ubuntu-24.04'
1515
steps:
1616
- name: Set up Python
17-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
17+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
1818
with:
1919
python-version: '3.10'
2020

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
PYTHONDEVMODE: '1'
7373
steps:
7474
- name: Set up Python
75-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
75+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7676
with:
7777
python-version: ${{ matrix.py }}
7878
architecture: ${{ matrix.arch }}

0 commit comments

Comments
 (0)