Skip to content

Commit

Permalink
update build tools (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148-slim[bot] committed Sep 21, 2023
1 parent f613cf4 commit 62bc1f6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/build-openssl-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=3.1.2
OPENSSL_VERSION=3.1.3
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=3.1.2
OPENSSL_VERSION=3.1.3
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=3.1.2
OPENSSL_VERSION=3.1.3
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
6 changes: 3 additions & 3 deletions scripts/darwin/cpanfile.snapshot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# carton snapshot format: version 1.0
DISTRIBUTIONS
CPAN-Perl-Releases-5.20230820
pathname: B/BI/BINGOS/CPAN-Perl-Releases-5.20230820.tar.gz
CPAN-Perl-Releases-5.20230920
pathname: B/BI/BINGOS/CPAN-Perl-Releases-5.20230920.tar.gz
provides:
CPAN::Perl::Releases 5.20230820
CPAN::Perl::Releases 5.20230920
requirements:
ExtUtils::MakeMaker 0
perl 5.006000
Expand Down
6 changes: 3 additions & 3 deletions scripts/linux/cpanfile.snapshot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# carton snapshot format: version 1.0
DISTRIBUTIONS
CPAN-Perl-Releases-5.20230820
pathname: B/BI/BINGOS/CPAN-Perl-Releases-5.20230820.tar.gz
CPAN-Perl-Releases-5.20230920
pathname: B/BI/BINGOS/CPAN-Perl-Releases-5.20230920.tar.gz
provides:
CPAN::Perl::Releases 5.20230820
CPAN::Perl::Releases 5.20230920
requirements:
ExtUtils::MakeMaker 0
perl 5.006000
Expand Down

0 comments on commit 62bc1f6

Please sign in to comment.