mirror of
https://github.com/placeholder-soft/asdf-foundry-zksync.git
synced 2026-01-12 07:04:07 +08:00
Merge pull request #3 from placeholder-soft/dependabot/github_actions/asdf-vm/actions-3
Bump asdf-vm/actions from 2 to 3
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@v4
|
||||
- uses: asdf-vm/actions/install@v2
|
||||
- uses: asdf-vm/actions/install@v3
|
||||
- run: scripts/lint.bash
|
||||
|
||||
actionlint:
|
||||
|
||||
Reference in New Issue
Block a user