Skip to content

Commit 0714e3f

Browse files
chore(ci): bump remaining references of libcrypto3 (#1713)
1 parent a4ad6ee commit 0714e3f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
env:
1212
CONTROLLER: ${{ github.event.repository.name }}
13-
LIBCRYPTO_VERSION: "3.5.4-r0"
13+
LIBCRYPTO_VERSION: "3.5.5-r0"
1414

1515
jobs:
1616
test:

.github/workflows/release-runners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
env:
1919
VERSION: ${{ github.event.inputs.version || github.event.client_payload.version }}
2020
BUILD_DATE: ${{ github.event.inputs.build_date || github.event.client_payload.build_date }}
21-
LIBCRYPTO_VERSION: "3.5.4-r0"
21+
LIBCRYPTO_VERSION: "3.5.5-r0"
2222

2323
jobs:
2424
release-base:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
env:
1717
CONTROLLER: ${{ github.event.repository.name }}
18-
LIBCRYPTO_VERSION: "3.5.4-r0"
18+
LIBCRYPTO_VERSION: "3.5.5-r0"
1919

2020
jobs:
2121
build-push:

0 commit comments

Comments
 (0)