From 4fc08fd87d7b53ce6f406e54884c9cdf39f29692 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:59:58 +0000 Subject: [PATCH] Update actions/setup-python action to v5.3.0 Update actions/setup-python from 5.2.0 to 5.3.0 Change-type: patch --- .github/workflows/flowzone.yml | 12 ++++++------ flowzone.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 99a79004e..1e5307a48 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1357,7 +1357,7 @@ jobs: fi - name: Setup python id: setup-python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: ${{ env.SUPPORTED_VERSIONS }} if: steps.python_poetry.outputs.enabled == 'true' @@ -3164,7 +3164,7 @@ jobs: git update-ref refs/tags/${{ needs.versioned_source.outputs.tag }} ${{ needs.versioned_source.outputs.tag_sha }} - name: Setup python id: setup-python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: ${{ matrix.python-version }} - name: Setup poetry @@ -3258,7 +3258,7 @@ jobs: git update-ref refs/tags/${{ needs.versioned_source.outputs.tag }} ${{ needs.versioned_source.outputs.tag_sha }} - name: Setup python id: setup-python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: "3.9" - name: Setup poetry @@ -3348,7 +3348,7 @@ jobs: git update-ref refs/tags/${{ needs.versioned_source.outputs.tag }} ${{ needs.versioned_source.outputs.tag_sha }} - name: Setup python id: setup-python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: "3.9" - name: Setup poetry @@ -3420,7 +3420,7 @@ jobs: persist-credentials: false - name: Setup python id: setup-python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: "3.9" - name: Setup poetry @@ -4542,7 +4542,7 @@ jobs: echo "caps=${caps}" >> "${GITHUB_OUTPUT}" - name: Setup python id: setup-python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: cache: pip python-version: 3.11 diff --git a/flowzone.yml b/flowzone.yml index 58dd491e3..3427e7134 100644 --- a/flowzone.yml +++ b/flowzone.yml @@ -609,7 +609,7 @@ - &setupPython # https://github.com/actions/setup-python name: Setup python id: setup-python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: "3.9"