Skip to content

Commit 133f6b7

Browse files
committed
fix(gha): force specific version checkout
update force update to checkout v4.9.6 of oz-contracts-upgradeable
1 parent 4c196b3 commit 133f6b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-default.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
git submodule update --init --recursive --force
4444
git submodule foreach git fetch --all
4545
git submodule foreach git reset --hard origin/HEAD
46+
cd lib/openzeppelin-contracts-upgradeable
47+
git checkout v4.9.6
48+
cd ../..
4649
4750
- name: Debug submodules
4851
run: |

0 commit comments

Comments
 (0)