@@ -57,15 +57,15 @@ jobs:
5757 steps :
5858 - name : Clone Repository with SHA
5959 if : ${{ inputs.sha != '' }}
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 with :
6262 fetch-depth : 0
6363 submodules : ' recursive'
6464 ref : ${{ inputs.sha }}
6565
6666 - name : Clone Repository without SHA
6767 if : ${{ inputs.sha == '' }}
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 with :
7070 fetch-depth : 0
7171 submodules : ' recursive'
@@ -111,7 +111,7 @@ jobs:
111111
112112 steps :
113113 - name : Checkout code
114- uses : actions/checkout@v4
114+ uses : actions/checkout@v5
115115 with :
116116 fetch-depth : 0
117117 submodules : ' recursive'
@@ -178,13 +178,13 @@ jobs:
178178
179179 steps :
180180 - name : Checkout code
181- uses : actions/checkout@v4
181+ uses : actions/checkout@v5
182182 with :
183183 fetch-depth : 0
184184 submodules : ' recursive'
185185
186186 - name : Download test report
187- uses : actions/download-artifact@v4
187+ uses : actions/download-artifact@v5
188188 with :
189189 name : test-report-file
190190
@@ -232,7 +232,7 @@ jobs:
232232 steps :
233233 - name : Notify Slack
234234 id : main_message
235- uses : slackapi/slack-github-action@v2.1.0
235+ uses : slackapi/slack-github-action@v2.1.1
236236 with :
237237 method : chat.postMessage
238238 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -264,7 +264,7 @@ jobs:
264264
265265 - name : Test summary thread
266266 if : success()
267- uses : slackapi/slack-github-action@v2.1.0
267+ uses : slackapi/slack-github-action@v2.1.1
268268 with :
269269 method : chat.postMessage
270270 token : ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments