diff --git a/.github/workflows/build-staging.yml b/.github/workflows/build-staging.yml index 77d521b1..086f9812 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.3.0 (Automatically uses Blacksmith cache on Blacksmith runners) + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 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 cc08221a..5343aa95 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -355,7 +355,7 @@ jobs: with: persist-credentials: false - name: restore cached schemas - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: docs/schemas key: schemas-${{ github.run_id }}