From ace98d1f889706ee07704fc08e35384b802f2116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:42:54 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [expo/expo-github-action](https://github.com/expo/expo-github-action) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `expo/expo-github-action` from 8 to 9 - [Release notes](https://github.com/expo/expo-github-action/releases) - [Changelog](https://github.com/expo/expo-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/expo/expo-github-action/compare/v8...v9) Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: expo/expo-github-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/pull-request.js.yml | 2 +- .github/workflows/setup-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f16c73b8..9f8d5d65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: java-version: '17' - name: Setup Expo and EAS - uses: expo/expo-github-action@v8 + uses: expo/expo-github-action@v9 with: token: ${{ secrets.EXPO_TOKEN }} expo-version: latest diff --git a/.github/workflows/pull-request.js.yml b/.github/workflows/pull-request.js.yml index cf65166c..0cf9efe3 100644 --- a/.github/workflows/pull-request.js.yml +++ b/.github/workflows/pull-request.js.yml @@ -51,7 +51,7 @@ jobs: - name: Update architecture violations comment if: always() && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const marker = ''; diff --git a/.github/workflows/setup-pr.yml b/.github/workflows/setup-pr.yml index 0fc10d9b..5ae68fbd 100644 --- a/.github/workflows/setup-pr.yml +++ b/.github/workflows/setup-pr.yml @@ -14,7 +14,7 @@ jobs: issues: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0