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 2323 with :
2424 fetch-depth : 0
2525 - name : Set up PDM
26- uses : pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
26+ uses : pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4
2727 with :
2828 cache : true
2929 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 0
2323 - name : Set up PDM
24- uses : pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
24+ uses : pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4
2525 with :
2626 cache : true
2727 python-version : " 3.12"
@@ -128,7 +128,7 @@ jobs:
128128 - name : Checkout repository
129129 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130130 - name : Set up PDM
131- uses : pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
131+ uses : pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4
132132 with :
133133 cache : true
134134 python-version : " 3.12"
Original file line number Diff line number Diff line change 2424 with:
2525 fetch-depth: 0
2626 - name: Set up PDM
27- uses: pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
27+ uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4
2828 with:
2929 cache: true
3030 python-version: {{ '${{ matrix.python-version }}' }}
Original file line number Diff line number Diff line change 2222 with:
2323 fetch-depth: 0
2424 - name: Set up PDM
25- uses: pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
25+ uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4
2626 with:
2727 cache: true
2828 python-version: "{{ default_py }}"
@@ -139,7 +139,7 @@ jobs:
139139 - name: Checkout repository
140140 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141141 - name: Set up PDM
142- uses: pdm-project/setup-pdm@deb8d8a4e2a03aabcef6f2cc981923fc6b29ef99 # v4.3
142+ uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4
143143 with:
144144 cache: true
145145 python-version: "{{ default_py }}"
You can’t perform that action at this time.
0 commit comments