File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 steps :
5555
5656 - name : Install Git and checkout project
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858
5959 - name : Set up Python
6060 run : |
@@ -103,7 +103,7 @@ jobs:
103103 steps :
104104
105105 - name : Checkout
106- uses : actions/checkout@v4
106+ uses : actions/checkout@v5
107107
108108 - name : Download Artifacts
109109 uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 7777 options : --entrypoint /bin/bash
7878 steps :
7979 - name : Install Git and checkout project
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v5
8181
8282 - name : Set up Python
8383 run : |
@@ -117,7 +117,7 @@ jobs:
117117 needs : [ 'nightly-doc-build', 'display-docker-info']
118118 runs-on : ubuntu-latest
119119 steps :
120- - uses : actions/checkout@v4
120+ - uses : actions/checkout@v5
121121 - name : Microsoft Teams Notification
122122123123 with :
Original file line number Diff line number Diff line change 1616 name : Syncer
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : micnncim/action-label-syncer@v1
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments