We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53cece commit 10e2b23Copy full SHA for 10e2b23
.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.22.3 # renovate: datasource=pypi depName=pdm
+ PDM_VERSION: 2.22.4 # renovate: datasource=pypi depName=pdm
38
DRY_RUN: true
39
TEST_LEGACY_DECRYPTION: true
40
SPARSE_CHECKOUT: |-
0 commit comments