From cf730795bbbb1361fed6ec51fcd830276bbb2c6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:35:51 +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: |