File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
tests/data/test_package_generation/.github/workflows
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree 8 files changed +9
-9
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
24
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
47
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
36
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
24
24
with :
25
25
python-version : " 3.x"
26
26
cache : pip
Original file line number Diff line number Diff line change 29
29
key : tox-${{hashFiles('pyproject.toml') }}
30
30
31
31
- name : Set up python
32
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
32
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
35
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
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