mirror of
https://github.com/placeholder-soft/asdf-foundry-zksync.git
synced 2026-01-12 22:27:59 +08:00
Bump asdf-vm/actions from 2 to 3
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](https://github.com/asdf-vm/actions/compare/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>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -17,6 +17,6 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: asdf_plugin_test
|
||||
uses: asdf-vm/actions/plugin-test@v2
|
||||
uses: asdf-vm/actions/plugin-test@v3
|
||||
with:
|
||||
command: forge --version
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: asdf-vm/actions/install@v2
|
||||
- uses: asdf-vm/actions/install@v3
|
||||
- run: scripts/lint.bash
|
||||
|
||||
actionlint:
|
||||
|
||||
Reference in New Issue
Block a user