Skip to content

Commit

Permalink
chore: update to renamed action (#214)
Browse files Browse the repository at this point in the history
* chore: update to renamed action

The old action is now broken with a rename of the underlying executable

* fix: update to an older action version

The current version we're on maybe doesn't support the new name?
  • Loading branch information
cpb8010 authored Dec 4, 2024
1 parent 804137d commit c1d2dcf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

# Start node
- name: Era Test Node Action
uses: dutterbutter/era-test-node-action@36ffd2eefd46dc16e7e2a8e1715124400ec0a3ba # v1
# Start era test node (alpha.34)
- name: Anvil ZKsync Action
uses: dutterbutter/era-test-node-action@298eea49e29e226baa04195b1d0fce7042439259

# Setup pnpm
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit c1d2dcf

Please sign in to comment.