From dccf75545ab5a3df3542137bdb3893c012e4d568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:46:34 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/update-geolite2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-geolite2.yml b/.github/workflows/update-geolite2.yml index 51491514..32022324 100644 --- a/.github/workflows/update-geolite2.yml +++ b/.github/workflows/update-geolite2.yml @@ -160,7 +160,7 @@ jobs: - name: Report failure via GitHub Issue if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: script: | const errorType = '${{ steps.checksum.outputs.error }}' || 'unknown';