Skip to content

Commit

Permalink
fix(ci): downgrade @openzeppelin/upgrades-core to =1.41.0 using `…
Browse files Browse the repository at this point in the history
…sed` (#4468)
  • Loading branch information
StackOverflowExcept1on authored Jan 24, 2025
1 parent 5e72a78 commit 2a5e8db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
run: |
npm cache clean --force
# version from ethexe/contracts/lib/openzeppelin-foundry-upgrades/src/internal/Versions.sol
npx @openzeppelin/upgrades-core@^1.37.0
# npx @openzeppelin/upgrades-core@^1.37.0
# temp fix for CI
npx @openzeppelin/upgrades-core@=1.41.0
sed -i 's/\^1\.37\.0/=1.41.0/' ethexe/contracts/lib/openzeppelin-foundry-upgrades/src/internal/Versions.sol
cd ethexe/contracts
forge fmt --check
Expand Down

0 comments on commit 2a5e8db

Please sign in to comment.