From 1fd94da81b2613f9ff1d01e83f82705195ef51d7 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:08:58 +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 d290feafcd..8d5e3a4f5e 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 cd2df7ddd0..ae6f3819f0 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 }}