Skip to content

Commit b29de7d

Browse files
authored
Merge pull request google#1152 from google/dependabot/github_actions/github-actions-50cec89d4d
Bump actions/setup-python from 5.6.0 to 6.0.0 in the github-actions group
2 parents 835932f + f91c639 commit b29de7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
34+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3535
with:
3636
python-version: "3.x"
3737

@@ -148,7 +148,7 @@ jobs:
148148
python/test
149149
data/botchan.txt
150150
151-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
151+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
152152
with:
153153
python-version: "3.13t"
154154

0 commit comments

Comments
 (0)