We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2410853 commit b1b990bCopy full SHA for b1b990b
.github/workflows/ci-default.yml
@@ -44,7 +44,7 @@ jobs:
44
git submodule update --init --recursive
45
cd lib/openzeppelin-contracts-upgradeable
46
git fetch --all --tags --force
47
- git checkout refs/tags/v4.9.6 || git checkout tags/v4.9.6
+ git checkout 2d081f24cac1a867f6f73d512f2022e1fa987854
48
cd ../..
49
50
- name: Debug tags
.gitmodules
@@ -4,7 +4,7 @@
4
[submodule "lib/openzeppelin-contracts-upgradeable"]
5
path = lib/openzeppelin-contracts-upgradeable
6
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
7
- tag = v4.9.6
+ branch = 2d081f24cac1a867f6f73d512f2022e1fa987854
8
[submodule "lib/forge-std"]
9
path = lib/forge-std
10
url = https://github.com/foundry-rs/forge-std
0 commit comments