From 663c308e6c92bb9f7aadec93defa9e2fd01ce78a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:37:41 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/pr-opened-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-opened-command.yml b/.github/workflows/pr-opened-command.yml index d3f18539..9fc37c65 100644 --- a/.github/workflows/pr-opened-command.yml +++ b/.github/workflows/pr-opened-command.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Pull Request Opened Command - uses: actions/github-script@0.9.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{secrets.REPO_ACCESS_TOKEN}} script: |