File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Check out
2929 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.0.0
30+ with :
31+ fetch-depth : 0
3032 - name : Set up yq
3133 uses : frenck/action-setup-yq@c4b5be8b4a215c536a41d436757d9feb92836d4f # v1.0.2
3234 with :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ BUILD_VERSION ?= $(shell git describe --tags $$(git rev-list --tags --max-count=
1313# - .github/workflows/release-runners.yaml
1414# - .github/workflows/release.yaml
1515# - Tiltfile
16- LIBCRYPTO_VERSION ?= 3.5.4 -r0
16+ LIBCRYPTO_VERSION ?= 3.5.5 -r0
1717
1818# source controller version
1919SOURCE_VER ?= v1.7.4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tfNamespace = "terraform"
88buildSHA = str (local ('git rev-parse --short HEAD' )).rstrip ('\n ' )
99buildVersionRef = str (local ('git rev-list --tags --max-count=1' )).rstrip ('\n ' )
1010buildVersion = str (local ("git describe --tags ${buildVersionRef}" )).rstrip ('\n ' )
11- LIBCRYPTO_VERSION = "3.5.4 -r0"
11+ LIBCRYPTO_VERSION = "3.5.5 -r0"
1212
1313if os .path .exists ('Tiltfile.local' ):
1414 include ('Tiltfile.local' )
You can’t perform that action at this time.
0 commit comments