Skip to content

Commit

Permalink
auto-merge refs/heads/nightly into master
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaba authored Aug 11, 2023
2 parents fd3df7d + 0a461df commit 58f1759
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"runs-on" : "ubuntu-latest",
"steps" : [
{
"uses" : "actions/checkout@v2",
"uses" : "actions/checkout@v3",
"with" : {
"token" : "${{ secrets.GH_ACCESS_TOKEN }}"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"runs-on" : "ubuntu-latest",
"steps" : [
{
"uses" : "actions/checkout@v2"
"uses" : "actions/checkout@v3"
},
{
"run" : "mkdir -p $CIRCLE_ARTIFACTS"
Expand Down
7 changes: 3 additions & 4 deletions config/perl/pmb-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ AnyEvent~7.17
AnyEvent::DBI~3.04
AnyEvent::FileLock~0.06
AnyEvent::Fork~1.32
AnyEvent::IO
AnyEvent::Worker~0.06
B::Hooks::EndOfScope~0.26
CBOR::XS~1.86
Expand Down Expand Up @@ -67,16 +66,16 @@ Role::Tiny~2.002004
Role::Tiny::With~2.002004
Scalar::Util~1.63
Socket~2.037
Specio::Library::Builtins~0.48
Specio::Library::String~0.48
Specio~0.48
Specio::Subs~0.48
Sub::Exporter::Progressive~0.001013
Sub::Identify~0.14
Sub::Quote~2.006008
Term::ANSIColor~5.01
Test::Builder~1.302195
Test::Class~0.52
Test::Differences~0.70
Test::Fatal~0.017
Test::More~1.302195
Test::NoWarnings~1.06
Test::mysqld~1.0013
Text::Diff~1.45
Expand Down
2 changes: 1 addition & 1 deletion modules/json-ps
2 changes: 1 addition & 1 deletion modules/perl-json-functions-xs

0 comments on commit 58f1759

Please sign in to comment.