From 38cb4d3e948200cd2c38ac7adca868f51bb5efe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:51:02 +0000 Subject: [PATCH] deps(deps): bump actions/cache from 4.3.0 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.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/0057852bfaa89a56745cba8c7296529d2fc39830...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-staging.yml | 2 +- .github/workflows/push.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-staging.yml b/.github/workflows/build-staging.yml index fe0f81ad..8934c117 100644 --- a/.github/workflows/build-staging.yml +++ b/.github/workflows/build-staging.yml @@ -32,7 +32,7 @@ jobs: echo "🏷️ Set VERSION: $VERSION" - name: Cache CLI tools (SC + Welder) - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 (Automatically uses Blacksmith cache on Blacksmith runners) + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.3.0 (Automatically uses Blacksmith cache on Blacksmith runners) with: path: | ~/.local/bin/sc diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 8016ae72..a5ac5f69 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -109,7 +109,7 @@ jobs: echo "cicd-bot-telegram-token=$(./bin/sc stack secret-get -s dist cicd-bot-telegram-token)" >> $GITHUB_OUTPUT echo "cicd-bot-telegram-chat-id=$(./bin/sc stack secret-get -s dist cicd-bot-telegram-chat-id)" >> $GITHUB_OUTPUT - name: save schemas cache - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: docs/schemas key: schemas-${{ github.run_id }} @@ -258,7 +258,7 @@ jobs: with: persist-credentials: false - name: restore cached schemas - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: docs/schemas key: schemas-${{ github.run_id }}