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 2020 with :
2121 fetch-depth : 0
2222 - name : Set up PDM
23- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
23+ uses : pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
2424 with :
2525 cache : true
2626 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Set up PDM
21- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
21+ uses : pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
2222 with :
2323 cache : true
2424 python-version : ' 3.12'
@@ -122,7 +122,7 @@ jobs:
122122 - name : Checkout repository
123123 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124124 - name : Set up PDM
125- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
125+ uses : pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
126126 with :
127127 cache : true
128128 python-version : ' 3.12'
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@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
24+ uses: pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
2525 with:
2626 cache: true
2727 python-version: {{ '${{ matrix.python-version }}' }}
Original file line number Diff line number Diff line change 1919 with:
2020 fetch-depth: 0
2121 - name: Set up PDM
22- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
22+ uses: pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
2323 with:
2424 cache: true
2525 python-version: '{{ default_py }}'
@@ -133,7 +133,7 @@ jobs:
133133 - name: Checkout repository
134134 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135135 - name: Set up PDM
136- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
136+ uses: pdm-project/setup-pdm@b2472ca4258a9ea3aee813980a0100a2261a42fc # v4.2
137137 with:
138138 cache: true
139139 python-version: '{{ default_py }}'
You can’t perform that action at this time.
0 commit comments