File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Setup Perl
18
18
uses : shogo82148/actions-setup-perl@v1
19
19
with :
20
- perl-version : ' 5.30 '
20
+ perl-version : ' 5.38 '
21
21
22
22
- name : Build
23
23
run : make test
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Setup Perl
16
16
uses : shogo82148/actions-setup-perl@v1
17
17
with :
18
- perl-version : ' 5.30 '
18
+ perl-version : ' 5.38 '
19
19
20
20
- name : Build
21
21
run : make build
Original file line number Diff line number Diff line change 4
4
types : [opened, synchronize]
5
5
jobs :
6
6
build :
7
- runs-on : ubuntu-18 .04
7
+ runs-on : ubuntu-22 .04
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
11
11
- name : Setup Perl
12
12
uses : shogo82148/actions-setup-perl@v1
13
13
with :
14
- perl-version : ' 5.30 '
15
-
14
+ perl-version : ' 5.38 '
15
+
16
16
- name : Build
17
17
run : make build
18
18
19
19
- name : Deploy to Netlify
20
- uses : nwtgck/actions-netlify@v1 .0
20
+ uses : nwtgck/actions-netlify@v2 .0
21
21
with :
22
22
publish-dir : ' ./public'
23
23
github-token : ${{ secrets.GITHUB_TOKEN }}
24
24
deploy-message : " Deploy from GitHub Actions"
25
25
env :
26
26
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
27
- NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
27
+ NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
Original file line number Diff line number Diff line change 1
- requires ' perl' , ' 5.030001 ' ;
1
+ requires ' perl' , ' 5.038 ' ;
2
2
3
3
# order by a-z
4
4
requires ' Class::Tiny' ;
You can’t perform that action at this time.
0 commit comments