diff --git a/.github/workflows/build-staging.yml b/.github/workflows/build-staging.yml index 99e51156..ada3e3a2 100644 --- a/.github/workflows/build-staging.yml +++ b/.github/workflows/build-staging.yml @@ -61,7 +61,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 98ff4a19..63b1b249 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -118,7 +118,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 }} @@ -352,7 +352,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 }}