We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564ee83 commit 78ecd13Copy full SHA for 78ecd13
.github/workflows/build.yml
@@ -34,7 +34,7 @@ env:
34
# are we on a release branch?
35
DO_REALEASE: ${{ github.ref_name == github.event.repository.default_branch || github.ref_name == 'next' || startsWith(github.ref_name, 'maint/')}}
36
NODE_VERSION: 22
37
- PDM_VERSION: 2.23.0 # renovate: datasource=pypi depName=pdm
+ PDM_VERSION: 2.23.1 # renovate: datasource=pypi depName=pdm
38
DRY_RUN: true
39
TEST_LEGACY_DECRYPTION: true
40
SPARSE_CHECKOUT: |-
0 commit comments