Skip to content

Commit 5d83da7

Browse files
authored
Merge pull request #26 from VectorInstitute/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 60debee + b9c614c commit 5d83da7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
enable-cache: true
5252

5353
- name: Set up Python
54-
uses: actions/setup-python@v6.1.0
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version-file: ".python-version"
5757

.github/workflows/fix-remote-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
GH_TOKEN: ${{ secrets.ORG_ACCESS_TOKEN }}
182182

183183
- name: Setup Python for classification
184-
uses: actions/setup-python@v5
184+
uses: actions/setup-python@v6
185185
with:
186186
python-version: '3.12'
187187

@@ -331,7 +331,7 @@ jobs:
331331
332332
- name: Setup Python for Agent SDK
333333
if: steps.prepare.outputs.should-skip != 'true'
334-
uses: actions/setup-python@v5
334+
uses: actions/setup-python@v6
335335
with:
336336
python-version-file: bot-repo/.python-version
337337

.github/workflows/monitor-org-bot-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v6
117117

118118
- name: Setup Python
119-
uses: actions/setup-python@v5
119+
uses: actions/setup-python@v6
120120
with:
121121
python-version: '3.12'
122122

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
enable-cache: true
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.12"
3232

0 commit comments

Comments
 (0)