diff --git a/action.yml b/action.yml index 476113e..d46c38d 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ runs: with: token: ${{ inputs.github-token }} fetch-depth: ${{ inputs.fetch-depth }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: cache: "yarn" node-version: "${{ inputs.node-version }}"