File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11
11
with :
12
12
fetch-depth : 0
13
- - uses : pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
13
+ - uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
14
14
with :
15
15
cache : true
16
16
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 6
6
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7
7
with :
8
8
fetch-depth : 0
9
- - uses : pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
9
+ - uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
10
10
with :
11
11
cache : true
12
12
python-version : " 3.12"
@@ -108,7 +108,7 @@ jobs:
108
108
runs-on : ubuntu-22.04
109
109
steps :
110
110
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
111
- - uses : pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
111
+ - uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
112
112
with :
113
113
cache : true
114
114
python-version : " 3.12"
Original file line number Diff line number Diff line change 11
11
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
12
12
with:
13
13
fetch-depth: 0
14
- - uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
14
+ - uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
15
15
with:
16
16
cache: true
17
17
python-version: {{ '${{ matrix.python-version }}' }}
Original file line number Diff line number Diff line change 7
7
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8
8
with:
9
9
fetch-depth: 0
10
- - uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
10
+ - uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
11
11
with:
12
12
cache: true
13
13
python-version: "{{ default_py }}"
@@ -119,7 +119,7 @@ jobs:
119
119
runs-on: ubuntu-22.04
120
120
steps:
121
121
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
122
- - uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
122
+ - uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
123
123
with:
124
124
cache: true
125
125
python-version: "{{ default_py }}"
You can’t perform that action at this time.
0 commit comments