From b0f7c9ff9c2fad6bd1cd9df9770118d98043c0c0 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:06:16 +0000 Subject: [PATCH] Update actions/setup-python digest to 0b93645 Update actions/setup-python to 0b93645e9fea7318ecaed2b359559ac225c90a2b Change-type: patch --- .github/workflows/meta-balena-esr.yml | 2 +- .github/workflows/update-backports.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meta-balena-esr.yml b/.github/workflows/meta-balena-esr.yml index 813cafd2e3..4367f14637 100644 --- a/.github/workflows/meta-balena-esr.yml +++ b/.github/workflows/meta-balena-esr.yml @@ -119,7 +119,7 @@ jobs: exit 0 - name: Setup Python - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/update-backports.yml b/.github/workflows/update-backports.yml index 17439afdf7..c0c416b0eb 100644 --- a/.github/workflows/update-backports.yml +++ b/.github/workflows/update-backports.yml @@ -56,7 +56,7 @@ jobs: exit 1 - name: Setup Python - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ matrix.python-version }}