Skip to content

Commit

Permalink
Bump asdf-vm/actions from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2 to 3.
- [Release notes](https://github.com/asdf-vm/actions/releases)
- [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md)
- [Commits](asdf-vm/actions@v2...v3)

---
updated-dependencies:
- dependency-name: asdf-vm/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 6ce4d20 commit e5e3fc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@ jobs:
echo "LATEST_NIGHTLY_VERSION=$latest_version" >> $env:GITHUB_OUTPUT
- name: "Check Scarb latest"
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
command: scarb --version | grep "scarb ${{ steps.version.outputs.LATEST_VERSION }}"

- name: "Check Scarb v0.5.2"
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
skip_install: true
version: 0.5.2
command: scarb --version | grep "scarb 0.5.2"

- name: "Check Scarb latest:nightly"
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
skip_install: true
version: latest:nightly
command: scarb --version | grep "${{ steps.version.outputs.LATEST_NIGHTLY_VERSION }}"

- name: "Check Scarb nightly-2023-08-10"
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
skip_install: true
version: nightly-2023-08-10
Expand Down

0 comments on commit e5e3fc2

Please sign in to comment.