File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616
1717 steps :
1818 - name : Checkout PR branch
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
26- python-version : ' 3.11 '
26+ python-version : ' 3.13 '
2727
2828 - name : Install dependencies
2929 run : |
@@ -210,7 +210,7 @@ jobs:
210210
211211 - name : Comment on PR with validation results
212212 if : failure()
213- uses : actions/github-script@v7
213+ uses : actions/github-script@v9
214214 with :
215215 github-token : ${{ secrets.GITHUB_TOKEN }}
216216 script : |
@@ -235,7 +235,7 @@ jobs:
235235
236236 - name : Comment on PR with success
237237 if : success() && steps.changed_files.outputs.files != ''
238- uses : actions/github-script@v7
238+ uses : actions/github-script@v9
239239 with :
240240 github-token : ${{ secrets.GITHUB_TOKEN }}
241241 script : |
You can’t perform that action at this time.
0 commit comments