Skip to content

Commit 2c47a38

Browse files
Update actions/setup-python action to v7
Update actions/setup-python from v6.3.0 to v7.0.0 Change-type: patch
1 parent bbcd391 commit 2c47a38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/meta-balena-esr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
exit 0
160160
161161
- name: Setup Python
162-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
162+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
163163
with:
164164
python-version: ${{ matrix.python-version }}
165165

.github/workflows/update-backports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
exit 1
5757
5858
- name: Setup Python
59-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
59+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262

0 commit comments

Comments
 (0)