Skip to content

Commit

Permalink
fix: bump to new version of install-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dross15 committed Apr 8, 2024
1 parent 8bf398a commit 19c96a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 19c96a6

Please sign in to comment.