From bed23610b0a5eb8be81f96d77a43089a4dfcd126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:12:34 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43a6cbd..f7b501b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: - run: npm install toml@3.0.0 - name: Ensure tag for version bump id: check - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const toml = require('toml')