File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
22
22
23
23
- name : Set up python
24
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
24
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
25
25
with :
26
26
python-version : " 3.x"
27
27
44
44
key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
45
45
46
46
- name : Set up python
47
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
47
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
48
48
with :
49
49
python-version : " 3.x"
50
50
Original file line number Diff line number Diff line change 33
33
key : test-${{ hashFiles('pyproject.toml') }}
34
34
35
35
- name : Set up Python ${{ matrix.python-version }}
36
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
36
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
cache : pip
Original file line number Diff line number Diff line change 20
20
key : tox-${{ '{{' }} hashFiles('pyproject.toml') {{ '}}' }}
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
23
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
24
24
with :
25
25
python-version : " 3.x"
26
26
cache : " pip"
Original file line number Diff line number Diff line change 20
20
key : pre-commit-${{ '{{' }} hashFiles('.pre-commit-config.yaml') {{ '}}' }}
21
21
22
22
- name : Set up python
23
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
23
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
24
24
with :
25
25
python-version : " 3.x"
26
26
cache : pip
Original file line number Diff line number Diff line change 32
32
key : tox-${{ '{{' }}hashFiles('pyproject.toml') {{ '}}' }}
33
33
34
34
- name : Set up python
35
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
35
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
36
36
with :
37
37
python-version : ${{ '{{' }} matrix.python-version {{ '}}' }}
38
38
cache : pip
You can’t perform that action at this time.
0 commit comments