Skip to content

Commit 2d2bd6c

Browse files
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](actions/setup-java@ad2b381...1bcf9fb) 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](actions/cache@2c8a9bd...55cc834) --- 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] <support@github.com>
1 parent ed6c4a7 commit 2d2bd6c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/eas-build-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
ref: ${{ inputs.checkout_ref }}
107107

108108
# as required by expo 50
109-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
109+
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
110110
with:
111111
distribution: zulu
112112
java-version: ${{ inputs.java_version }}

.github/workflows/expo-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
return path.join(os.tmpdir(), 'metro-cache');
107107
108108
- name: Restore Metro cache
109-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
109+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
110110
with:
111111
path: ${{ steps.metro-cache-dir-path.outputs.result }}
112112
key: ${{ runner.os }}-metro-cache-${{ matrix.app }}-${{ github.ref }}

.github/workflows/expo-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
return path.join(os.tmpdir(), 'metro-cache');
101101
102102
- name: Restore Metro cache
103-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
103+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
104104
with:
105105
path: ${{ steps.metro-cache-dir-path.outputs.result }}
106106
key: ${{ runner.os }}-metro-cache-${{ matrix.app }}-${{ github.ref }}

0 commit comments

Comments
 (0)