Skip to content

Commit

Permalink
feat: update to nvm-tools v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Oct 12, 2023
1 parent cf301b0 commit 9a73c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ runs:
- uses: actions/checkout@v3
with:
repository: nevermined-io/nvm-tools
ref: v0.1.5
ref: v0.1.6
path: nvm-tools
token: ${{ inputs.token }}
fetch-depth: 0

- name: 'Start nvm-tools'
env:
OVERRIDE_TARGET_REVISION: v0.1.5
OVERRIDE_TARGET_REVISION: v0.1.6
GITHUB_TOKEN: ${{ inputs.token }}
CONTRACTS_VERSION: ${{ inputs.contracts-version }}
NODE_VERSION: ${{ inputs.node-version }}
Expand Down

0 comments on commit 9a73c37

Please sign in to comment.