Skip to content

Commit 67c32f0

Browse files
Update actions/setup-python action to v6
Update actions/setup-python from v5 to v6 Change-type: patch
1 parent a8a5037 commit 67c32f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
exit 0
128128
129129
- name: Setup Python
130-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
130+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
131131
with:
132132
python-version: ${{ matrix.python-version }}
133133

.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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
59+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262

0 commit comments

Comments
 (0)