diff options
author | ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> | 2025-07-14 23:15:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-14 23:15:41 -0400 |
commit | 7689c919c37c0e068561453536755a30afe7679f (patch) | |
tree | 5a5c4095338440a8e70d5ace34a2cbc1f82c201e | |
parent | 764b582a87c031ecb723be9da1dff1e6fb57cac6 (diff) | |
download | nextcloud-server-7689c919c37c0e068561453536755a30afe7679f.tar.gz nextcloud-server-7689c919c37c0e068561453536755a30afe7679f.zip |
ci(integration-dav): migrate LizardByte/setup-python-action
LizardByte/setup-python-action is deprecated and has moved to LizardByte/actions.
Signed-off-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
-rw-r--r-- | .github/workflows/integration-dav.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-dav.yml b/.github/workflows/integration-dav.yml index 13e141d2396..8cf4d03e1fc 100644 --- a/.github/workflows/integration-dav.yml +++ b/.github/workflows/integration-dav.yml @@ -70,7 +70,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Python - uses: LizardByte/setup-python-action@5a025cb74cf0b07fd881ff40560db2bbc516f81a # v2025.530.174035 + uses: LizardByte/actions/actions/setup_python@eddc8fc8b27048e25040e37e3585bd3ef9a968ed # v2025.715.25226 with: python-version: '2.7' |