From a8ff47d2cddeee95d8c8fd3aa8b6e191656ec00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:09:53 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/expo-eas-update.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8196742..0bc80e15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Check if it is a dependency that should be managed by Expo if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const script = require(`./scripts/check-expo-dependencies.js`); diff --git a/.github/workflows/expo-eas-update.yml b/.github/workflows/expo-eas-update.yml index c641a6b7..82c77280 100644 --- a/.github/workflows/expo-eas-update.yml +++ b/.github/workflows/expo-eas-update.yml @@ -27,7 +27,7 @@ jobs: eas-version: latest token: ${{ secrets.expo-token }} - run: yarn - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: sanitise-double-quotes with: script: return `${{ inputs.message }}`.replaceAll('"',"'") @@ -41,7 +41,7 @@ jobs: - name: Build comment with preview links if: github.event_name == 'pull_request' id: build-comment - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: result-encoding: string script: |