diff --git a/.github/actions/cache-restore/action.yml b/.github/actions/cache-restore/action.yml index 90816de46..7653a3106 100644 --- a/.github/actions/cache-restore/action.yml +++ b/.github/actions/cache-restore/action.yml @@ -16,7 +16,7 @@ runs: steps: # Setup a Node environment given a node version - name: Use Node.js ${{ inputs.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }}