Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit b01f0c6

Browse files
Upgrade actions/github-script GitHub action from 8 to 9 version (#1693)
1 parent 44ba232 commit b01f0c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ jobs:
981981
&& startsWith(github.ref, 'refs/tags/v') }}
982982
- name: Form version Docker tags
983983
id: tags
984-
uses: actions/github-script@v8
984+
uses: actions/github-script@v9
985985
with:
986986
result-encoding: string
987987
script: |

0 commit comments

Comments
 (0)