Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 11, 2023
1 parent 36af179 commit 0e6c816
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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
6 changes: 3 additions & 3 deletions config/perl/pmb-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ File::ShareDir::Install~0.14
File::Temp~0.2311
Filesys::Notify::Simple~0.14
HTML::Entities~3.81
HTML::HeadParser~3.81
HTML::Tagset~3.20
HTTP::CookieJar::LWP~0.014
HTTP::Cookies~6.10
HTTP::Date~6.06
HTTP::Entity::Parser~0.25
HTTP::Headers::Fast~0.22
HTTP::Headers::Util~6.44
HTTP::Message~6.44
HTTP::MultiPartParser~0.02
HTTP::Negotiate~6.01
HTTP::Request::Common~6.44
HTTP::Status~6.44
Hash::MultiValue~0.16
IO::HTML~1.004
Expand Down Expand Up @@ -96,11 +95,11 @@ 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::Deep~1.204
Test::Differences~0.70
Test::Fatal~0.017
Test::More~1.302195
Test::Requires~0.11
Test::SharedFork~0.35
Test::TCP~2.22
Expand All @@ -112,6 +111,7 @@ Try::Tiny~0.31
Twiggy~0.1026
Types::Serialiser~1.01
URI~5.19
URI::Escape~5.19
Variable::Magic~0.63
WWW::Form::UrlEncoded~0.26
WWW::RobotRules~6.02
Expand Down
2 changes: 1 addition & 1 deletion modules/perl-json-functions-xs
2 changes: 1 addition & 1 deletion t_deps/modules/promise
2 changes: 1 addition & 1 deletion t_deps/modules/test-x1

0 comments on commit 0e6c816

Please sign in to comment.