From 46b3a3a8e8bdf793da132030f95da8738ece179a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:20:26 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/on-tag.yml | 2 +- .github/workflows/validator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 7b5696d7a..540052a75 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -37,7 +37,7 @@ jobs: - run: git checkout -b "bump/${{ steps.version.outputs.version }}" - run: pnpm version ${{ steps.version.outputs.version }} - run: git push origin "bump/${{ steps.version.outputs.version }}" - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | core.notice('Create PR by going to: https://github.com/gitify-app/website/compare/bump/${{ steps.version.outputs.version }}') diff --git a/.github/workflows/validator.yml b/.github/workflows/validator.yml index 30c3dc87d..f816b77d3 100644 --- a/.github/workflows/validator.yml +++ b/.github/workflows/validator.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Validate PR title - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const title = context.payload.pull_request.title;