diff --git a/build/action.yaml b/build/action.yaml index 43324a8..537ec4d 100644 --- a/build/action.yaml +++ b/build/action.yaml @@ -30,7 +30,7 @@ runs: steps: - name: Install dependencies id: install_dependencies - uses: open-turo/actions-node/install-dependencies@v5 + uses: open-turo/actions-node/install-dependencies@v6 with: checkout-repo: ${{ inputs.checkout-repo }} github-token: ${{ inputs.github-token }} diff --git a/lint/action.yaml b/lint/action.yaml index 7a7c5be..0f646d6 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -35,7 +35,7 @@ runs: steps: - name: Install dependencies id: install_dependencies - uses: open-turo/actions-node/install-dependencies@v5 + uses: open-turo/actions-node/install-dependencies@v6 with: checkout-repo: ${{ inputs.checkout-repo }} github-token: ${{ inputs.github-token }} diff --git a/test/action.yaml b/test/action.yaml index c9c6d6c..c89533c 100644 --- a/test/action.yaml +++ b/test/action.yaml @@ -31,7 +31,7 @@ runs: steps: - name: Install dependencies id: install_dependencies - uses: open-turo/actions-node/install-dependencies@v5 + uses: open-turo/actions-node/install-dependencies@v6 with: checkout-repo: ${{ inputs.checkout-repo }} github-token: ${{ inputs.github-token }}