From 1f2199c3b13c8212e80b1fb7facafe0a4974bdcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:15:40 +0000 Subject: [PATCH] Bump actions/cache from 5.0.2 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [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/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/package.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c4fce1..a8fea64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v6 with: lfs: true - - uses: actions/cache@v5.0.2 + - uses: actions/cache@v5.0.3 with: path: Library key: Library-test-project-${{ matrix.targetPlatform }} @@ -83,7 +83,7 @@ jobs: with: lfs: true - - uses: actions/cache@v5.0.2 + - uses: actions/cache@v5.0.3 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 4e1be02..85c0262 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -48,7 +48,7 @@ jobs: with: lfs: true - - uses: actions/cache@v5.0.2 + - uses: actions/cache@v5.0.3 with: path: Library key: Library-test-project-${{ matrix.targetPlatform }}