Skip to content

Commit b3b4b7b

Browse files
chore(deps): update actions/setup-python action to v6 (#289)
1 parent 7125c19 commit b3b4b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
token: ${{ secrets.REPO_GHA_PAT }}
2222

23-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2424
with:
2525
python-version: 3.9
2626

@@ -37,7 +37,7 @@ jobs:
3737
echo "Updating Debian bullseye images"
3838
./Debian/update.sh -d bullseye
3939
40-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
40+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4141
with:
4242
python-version: 3.11
4343

0 commit comments

Comments
 (0)