From 2d2bd6c878dd9981e98b2b9f5cbd086151a00612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:08:11 +0000 Subject: [PATCH] Bump the github-actions-minor group across 1 directory with 2 updates Bumps the github-actions-minor group with 2 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java) and [actions/cache](https://github.com/actions/cache). Updates `actions/setup-java` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/ad2b38190b15e4d6bdf0c97fb4fca8412226d287...1bcf9fb12cf4aa7d266a90ae39939e61372fe520) Updates `actions/cache` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/2c8a9bd7457de244a408f35966fab2fb45fda9c8...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/eas-build-local.yml | 2 +- .github/workflows/expo-preview.yml | 2 +- .github/workflows/expo-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eas-build-local.yml b/.github/workflows/eas-build-local.yml index efe86ee..7b94335 100644 --- a/.github/workflows/eas-build-local.yml +++ b/.github/workflows/eas-build-local.yml @@ -106,7 +106,7 @@ jobs: ref: ${{ inputs.checkout_ref }} # as required by expo 50 - - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 with: distribution: zulu java-version: ${{ inputs.java_version }} diff --git a/.github/workflows/expo-preview.yml b/.github/workflows/expo-preview.yml index 8aa0648..e8a0238 100644 --- a/.github/workflows/expo-preview.yml +++ b/.github/workflows/expo-preview.yml @@ -106,7 +106,7 @@ jobs: return path.join(os.tmpdir(), 'metro-cache'); - name: Restore Metro cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ steps.metro-cache-dir-path.outputs.result }} key: ${{ runner.os }}-metro-cache-${{ matrix.app }}-${{ github.ref }} diff --git a/.github/workflows/expo-publish.yml b/.github/workflows/expo-publish.yml index 09ee558..4e03419 100644 --- a/.github/workflows/expo-publish.yml +++ b/.github/workflows/expo-publish.yml @@ -100,7 +100,7 @@ jobs: return path.join(os.tmpdir(), 'metro-cache'); - name: Restore Metro cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ steps.metro-cache-dir-path.outputs.result }} key: ${{ runner.os }}-metro-cache-${{ matrix.app }}-${{ github.ref }}