Skip to content

Commit b1b990b

Browse files
committed
fix(gha): use commit hash instead of tag
treololoosdflm,asdpofmsdjv
1 parent 2410853 commit b1b990b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git submodule update --init --recursive
4545
cd lib/openzeppelin-contracts-upgradeable
4646
git fetch --all --tags --force
47-
git checkout refs/tags/v4.9.6 || git checkout tags/v4.9.6
47+
git checkout 2d081f24cac1a867f6f73d512f2022e1fa987854
4848
cd ../..
4949
5050
- name: Debug tags

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[submodule "lib/openzeppelin-contracts-upgradeable"]
55
path = lib/openzeppelin-contracts-upgradeable
66
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
7-
tag = v4.9.6
7+
branch = 2d081f24cac1a867f6f73d512f2022e1fa987854
88
[submodule "lib/forge-std"]
99
path = lib/forge-std
1010
url = https://github.com/foundry-rs/forge-std

0 commit comments

Comments
 (0)