diff --git a/.github/workflows/new_release_deploy_fdroid.yml b/.github/workflows/new_release_deploy_fdroid.yml index bf2751262..0599d8352 100644 --- a/.github/workflows/new_release_deploy_fdroid.yml +++ b/.github/workflows/new_release_deploy_fdroid.yml @@ -29,7 +29,7 @@ jobs: - name: "Prepare dependencies declaration" run: | mv .github/deploy_fdroid.requirements.txt requirements.txt - - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.10' - name: "Download dependencies"