Skip to content

Commit cf71db3

Browse files
author
GitHub Actions
committed
auto
1 parent 7e38c77 commit cf71db3

11 files changed

Lines changed: 19 additions & 18 deletions

File tree

.github/.touch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
395
1+
410

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
{
3030
"name" : "Upload artifact",
31-
"uses" : "actions/upload-pages-artifact@v2",
31+
"uses" : "actions/upload-pages-artifact@v3",
3232
"with" : {
3333
"path" : "."
3434
}
3535
},
3636
{
3737
"id" : "deployment",
3838
"name" : "Deploy",
39-
"uses" : "actions/deploy-pages@v3"
39+
"uses" : "actions/deploy-pages@v4"
4040
}
4141
]
4242
}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"if" : "${{ always () }}",
108-
"uses" : "actions/upload-artifact@v3",
108+
"uses" : "actions/upload-artifact@v4",
109109
"with" : {
110110
"path" : "/tmp/circle-artifacts/test"
111111
}

config/perl/pmb-install.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
AnyEvent::Socket
22
Carp~1.50
3-
Digest::SHA~6.02
4-
IO::File~1.48
3+
Digest::SHA~6.04
4+
IO::File~1.55
55
MIME::Base64~3.16
6-
Math::BigInt~1.999830
7-
Net::SSLeay~1.92
8-
Path::Tiny~0.122
9-
Socket~2.032
10-
Test::More~1.302190
6+
Math::BigInt~2.005003
7+
Net::SSLeay~1.94
8+
Path::Tiny~0.150
9+
Socket~2.040
10+
Term::Table~0.028
11+
Test::More~1.302219
1112
Time::HiRes~1.9764
1213
your~1.00

t_deps/modules/json-ps

t_deps/modules/promise

t_deps/modules/web-resource

Submodule web-resource updated 50 files

0 commit comments

Comments
 (0)