diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index cc08221a..3aed98ad 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: docs/schemas key: schemas-${{ github.run_id }}