From e6685c151682b05a5f8b677e1a62feba717bcffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 19:54:48 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c5d2d638..9aba4b06 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -244,7 +244,7 @@ jobs: - name: Prepare CI Environment uses: ./.github/actions/prepare_env - name: Cache sample .build - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true with: path: Samples/${{ matrix.sample_app }}/.build @@ -283,7 +283,7 @@ jobs: env: SWIFT_VERSION: "${{ matrix.swift_version }}" - name: Cache sample .build - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true with: path: Samples/${{ matrix.sample_app }}/.build