File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
template/[% if repo_platform == 'github' %].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 20
20
with :
21
21
fetch-depth : 0
22
22
- name : Set up PDM
23
- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
23
+ uses : pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4
24
24
with :
25
25
cache : true
26
26
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up PDM
21
- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
21
+ uses : pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4
22
22
with :
23
23
cache : true
24
24
python-version : ' 3.12'
@@ -122,7 +122,7 @@ jobs:
122
122
- name : Checkout repository
123
123
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124
124
- name : Set up PDM
125
- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
125
+ uses : pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4
126
126
with :
127
127
cache : true
128
128
python-version : ' 3.12'
Original file line number Diff line number Diff line change 21
21
with:
22
22
fetch-depth: 0
23
23
- name: Set up PDM
24
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
24
+ uses: pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4
25
25
with:
26
26
cache: true
27
27
python-version: {{ '${{ matrix.python-version }}' }}
Original file line number Diff line number Diff line change 19
19
with:
20
20
fetch-depth: 0
21
21
- name: Set up PDM
22
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
22
+ uses: pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4
23
23
with:
24
24
cache: true
25
25
python-version: '{{ default_py }}'
@@ -133,7 +133,7 @@ jobs:
133
133
- name: Checkout repository
134
134
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135
135
- name: Set up PDM
136
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
136
+ uses: pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4
137
137
with:
138
138
cache: true
139
139
python-version: '{{ default_py }}'
You can’t perform that action at this time.
0 commit comments