File tree 4 files changed +6
-6
lines changed
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows
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@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
23
+ uses : pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
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@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
21
+ uses : pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
22
22
with :
23
23
cache : true
24
24
python-version : ' 3.12'
@@ -125,7 +125,7 @@ jobs:
125
125
- name : Checkout repository
126
126
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
127
127
- name : Set up PDM
128
- uses : pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
128
+ uses : pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
129
129
with :
130
130
cache : true
131
131
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@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
24
+ uses: pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
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@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
22
+ uses: pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
23
23
with:
24
24
cache: true
25
25
python-version: '{{ default_py }}'
@@ -136,7 +136,7 @@ jobs:
136
136
- name: Checkout repository
137
137
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
138
138
- name: Set up PDM
139
- uses: pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
139
+ uses: pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
140
140
with:
141
141
cache: true
142
142
python-version: '{{ default_py }}'
You can’t perform that action at this time.
0 commit comments