Skip to content

Commit

Permalink
chore(deps): bump actions/github-script from 6 to 7 (#1319)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 2e37f82 commit 3e18f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/expo-eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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('"',"'")
Expand All @@ -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: |
Expand Down

0 comments on commit 3e18f04

Please sign in to comment.