File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
cache-suffix : test
29
29
- name : Setup Python
30
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
30
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
31
31
with :
32
32
python-version : ' 3.13'
33
33
- name : Install pip dependencies
Original file line number Diff line number Diff line change 26
26
path : ~/.cache/pre-commit
27
27
key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
28
28
- name : Setup Python
29
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
29
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
30
30
with :
31
31
python-version : ' 3.13'
32
32
- uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
- name : Setup Python
16
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
16
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
17
17
with :
18
18
python-version : ' 3.13'
19
19
- uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
- name : Set up Python ${{ matrix.python-version }}
34
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
34
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
cache : pip
You can’t perform that action at this time.
0 commit comments