From 9fa00b8fa31ab4bbc9e6f8751bbea6ea6b8650da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 17:31:09 +0000 Subject: [PATCH] ci: update actions/github-script action to v9 --- .github/workflows/setup-repository.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup-repository.yml b/.github/workflows/setup-repository.yml index 1c8e458..e534e4f 100644 --- a/.github/workflows/setup-repository.yml +++ b/.github/workflows/setup-repository.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check if repo is a template repository id: checkRepo - uses: actions/github-script@v6 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const repo = await github.rest.repos.get({ @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v3 - name: Create cookiecutter.json - uses: actions/github-script@v6 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const config = { name: context.repo.repo };