File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
[% if repo_host_type == 'github.com' %].github[% endif %]/workflows Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
28
28
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python
29
29
30
30
# Install pdm
31
- RUN pipx install pdm==2.12.4
31
+ RUN pipx install pdm==2.13.2
32
32
33
33
# Install pre-commit
34
34
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Original file line number Diff line number Diff line change 14
14
with :
15
15
cache : true
16
16
python-version : ${{ matrix.python-version }}
17
- version : 2.12.4
17
+ version : 2.13.2
18
18
- id : pages
19
19
name : Setup pages
20
20
uses : actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
Original file line number Diff line number Diff line change 10
10
with :
11
11
cache : true
12
12
python-version : " 3.12"
13
- version : 2.12.4
13
+ version : 2.13.2
14
14
- id : pages
15
15
name : Setup pages
16
16
uses : actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
@@ -112,7 +112,7 @@ jobs:
112
112
with :
113
113
cache : true
114
114
python-version : " 3.12"
115
- version : 2.12.4
115
+ version : 2.13.2
116
116
- run : env | sort
117
117
- env :
118
118
PDM_PUBLISH_PASSWORD : ${{ secrets.PDM_PUBLISH_PASSWORD }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
28
28
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python
29
29
30
30
# Install pdm
31
- RUN pipx install pdm==2.12.4
31
+ RUN pipx install pdm==2.13.2
32
32
33
33
# Install pre-commit
34
34
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Original file line number Diff line number Diff line change 15
15
with:
16
16
cache: true
17
17
python-version: {{ '${{ matrix.python-version }}' }}
18
- version: 2.12.4
18
+ version: 2.13.2
19
19
- id: pages
20
20
name: Setup pages
21
21
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
Original file line number Diff line number Diff line change 11
11
with:
12
12
cache: true
13
13
python-version: "{{ default_py }}"
14
- version: 2.12.4
14
+ version: 2.13.2
15
15
- id: pages
16
16
name: Setup pages
17
17
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
@@ -123,7 +123,7 @@ jobs:
123
123
with:
124
124
cache: true
125
125
python-version: "{{ default_py }}"
126
- version: 2.12.4
126
+ version: 2.13.2
127
127
- run: env | sort
128
128
- env:
129
129
PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}
You can’t perform that action at this time.
0 commit comments