From 0d66cfa281dae8722b568b76c7c96da665ee2d73 Mon Sep 17 00:00:00 2001 From: GreemDev Date: Mon, 4 May 2026 21:18:33 -0500 Subject: [PATCH] chore: Update actions/github-script to v9 (not sure how this got lost) also add explicit semicolon for getOctokit --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 3e2ae332f..6f18bb975 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -210,12 +210,12 @@ jobs: - build - build_macos steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v9 with: script: | const forgejo = getOctokit(process.env.FORGEJO_TOKEN, { baseUrl: 'https://git.ryujinx.app/api/v1' - }) + }); const {owner, repo} = context.repo; const run_id = ${{forgejo.event.workflow_run.id}};