From d011a4953b600be25b6b5b0c8ca858a24d39d688 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Sep 2025 17:37:35 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/github-script action to v8 --- .forgejo/actions/sccache/action.yml | 2 +- .forgejo/workflows/release-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/actions/sccache/action.yml b/.forgejo/actions/sccache/action.yml index b5e5dcf4..dc7609c6 100644 --- a/.forgejo/actions/sccache/action.yml +++ b/.forgejo/actions/sccache/action.yml @@ -15,7 +15,7 @@ runs: with: token: ${{ inputs.token }} - name: Configure sccache - uses: https://github.com/actions/github-script@v7 + uses: https://github.com/actions/github-script@v8 with: script: | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); diff --git a/.forgejo/workflows/release-image.yml b/.forgejo/workflows/release-image.yml index 7b29b7ca..5cdae859 100644 --- a/.forgejo/workflows/release-image.yml +++ b/.forgejo/workflows/release-image.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Setting variables - uses: https://github.com/actions/github-script@v7 + uses: https://github.com/actions/github-script@v8 id: var with: script: |