File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed 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 9
9
steps :
10
10
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
11
- name : Setup Python
12
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
12
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
13
13
with :
14
14
python-version : ' 3.13'
15
15
- uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
Original file line number Diff line number Diff line change 35
35
path : ~/.cache/pip
36
36
key : ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }}
37
37
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
38
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : Install pip dependencies
You can’t perform that action at this time.
0 commit comments