Skip to content

Commit

Permalink
bump openssl v3.0.7 (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Nov 5, 2022
1 parent 9d9190b commit 1f53e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/build-openssl-darwin.sh
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=3.0.5
OPENSSL_VERSION=3.0.7
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
2 changes: 1 addition & 1 deletion .github/build-openssl-linux.sh
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=3.0.5
OPENSSL_VERSION=3.0.7
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
2 changes: 1 addition & 1 deletion .github/build-openssl-win32.sh
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=3.0.5
OPENSSL_VERSION=3.0.7
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down

0 comments on commit 1f53e58

Please sign in to comment.