From 7597cc93c2203157fea40f45fba386f90458f89b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 02:43:03 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/_meta.yaml | 2 +- .github/workflows/_meta_mac_portable.yaml | 2 +- .github/workflows/_meta_portable.yaml | 2 +- .github/workflows/_meta_win_clang_portable.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_meta.yaml b/.github/workflows/_meta.yaml index 89147d5a2..34e11f641 100644 --- a/.github/workflows/_meta.yaml +++ b/.github/workflows/_meta.yaml @@ -66,7 +66,7 @@ jobs: steps: - name: Set Versions - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: set_version with: script: | diff --git a/.github/workflows/_meta_mac_portable.yaml b/.github/workflows/_meta_mac_portable.yaml index 351082ea1..2a89bec31 100644 --- a/.github/workflows/_meta_mac_portable.yaml +++ b/.github/workflows/_meta_mac_portable.yaml @@ -59,7 +59,7 @@ jobs: steps: - name: Set Versions - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: set_version with: script: | diff --git a/.github/workflows/_meta_portable.yaml b/.github/workflows/_meta_portable.yaml index 12ece23f3..784285ffb 100644 --- a/.github/workflows/_meta_portable.yaml +++ b/.github/workflows/_meta_portable.yaml @@ -72,7 +72,7 @@ jobs: steps: - name: Set Versions - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: set_version with: script: | diff --git a/.github/workflows/_meta_win_clang_portable.yaml b/.github/workflows/_meta_win_clang_portable.yaml index 5a77bd7ec..9a840e870 100644 --- a/.github/workflows/_meta_win_clang_portable.yaml +++ b/.github/workflows/_meta_win_clang_portable.yaml @@ -81,7 +81,7 @@ jobs: steps: - name: Set Versions - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: set_version with: script: |