@@ -57,21 +57,21 @@ 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'
7272
7373 - name : Setup Python
74- uses : actions/setup-python@v5
74+ uses : actions/setup-python@v6
7575 with :
7676 python-version : ${{ inputs.run-eol-python-version == 'true' && env.EOL_PYTHON_VERSION || inputs.python-version || env.DEFAULT_PYTHON_VERSION }}
7777
@@ -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'
@@ -141,7 +141,7 @@ jobs:
141141
142142 steps :
143143 - name : Set up Python
144- uses : actions/setup-python@v5
144+ uses : actions/setup-python@v6
145145 with :
146146 python-version : ' 3.x'
147147
@@ -178,18 +178,18 @@ 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
191191 - name : Set up Python
192- uses : actions/setup-python@v5
192+ uses : actions/setup-python@v6
193193 with :
194194 python-version : ' 3.x'
195195
@@ -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