File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
uses : gradle/actions/setup-gradle@v4
31
31
32
32
- name : Set up Python
33
- uses : actions/setup-python@v5
33
+ uses : actions/setup-python@v6
34
34
with :
35
35
python-version : 3.13
36
36
@@ -118,7 +118,7 @@ jobs:
118
118
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SECRET_PASSPHRASE }}
119
119
120
120
- name : Set up Python
121
- uses : actions/setup-python@v5
121
+ uses : actions/setup-python@v6
122
122
with :
123
123
python-version : 3.13 # See the pinned version in renovate.json too
124
124
Original file line number Diff line number Diff line change 45
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
46
47
47
- name : Set up Python
48
- uses : actions/setup-python@v5
48
+ uses : actions/setup-python@v6
49
49
with :
50
50
python-version : 3.13 # See the pinned version in renovate.json too
51
51
You can’t perform that action at this time.
0 commit comments