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: |