diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index a9cc4b0..8b358f5 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup PDM - uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4 + uses: pdm-project/setup-pdm@544d7237314ee09c256785bd360f6b30add38b37 # v4 with: cache: true python-version-file: "pyproject.toml" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1bd94a..53c2170 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup PDM - uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4 + uses: pdm-project/setup-pdm@544d7237314ee09c256785bd360f6b30add38b37 # v4 with: cache: true python-version-file: "pyproject.toml" @@ -49,7 +49,7 @@ jobs: fetch-depth: 0 - name: Setup PDM - uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4 + uses: pdm-project/setup-pdm@544d7237314ee09c256785bd360f6b30add38b37 # v4 with: cache: true python-version-file: "pyproject.toml" @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup PDM - uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4 + uses: pdm-project/setup-pdm@544d7237314ee09c256785bd360f6b30add38b37 # v4 with: cache: true python-version-file: "pyproject.toml"