diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 890986d77d..1d09736d9c 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -36,7 +36,7 @@ runs: node-version-file: ${{ inputs.node-version == '' && '.node-version' || '' }} - name: Cache Bun dependencies - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: # Bun's global install cache (shared across workspace packages), keyed by bun.lock. path: ~/.bun/install/cache