From 19c96a680db291d6eccd1941228ed1c33884c967 Mon Sep 17 00:00:00 2001 From: Dan Ross Date: Mon, 8 Apr 2024 19:39:35 +0000 Subject: [PATCH] fix: bump to new version of install-dependencies --- build/action.yaml | 2 +- lint/action.yaml | 2 +- test/action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}