Skip to content

Commit bf9163a

Browse files
committed
fix: LIBEVM_BASE commit hash
1 parent e83557b commit bf9163a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libevm-delta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
jobs:
1111
diffs:
1212
env:
13-
# Last commit on `renamed-go-module` branch to be merged into `main`
14-
LIBEVM_BASE: a7f08d0e757d5a69d3e269c69dcea7e45bab97e3
13+
# Last commit from rename-module workflow job to be included in `main`
14+
LIBEVM_BASE: 0b56af5a01b8a0c6fc9d60247bb79ffd03d1bcfd
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)