File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
- name : Setup Hugo
8
8
uses : peaceiris/actions-hugo@v2
9
9
with :
10
- hugo-version : ' 0.134.3 '
10
+ hugo-version : ' 0.145.0 '
11
11
extended : true
12
12
13
13
- name : Setup yq
14
14
uses : chrisdickinson/setup-yq@latest
15
15
with :
16
- yq-version : ' 4.20.2 '
16
+ yq-version : ' 4.45.1 '
17
17
yq-url : ' https://github.com/mikefarah/yq/releases/download/v{version}/yq_{platform}_{arch}'
18
18
19
- - name : Set up Python 3.7
19
+ - name : Set up Python 3.12
20
20
uses : actions/setup-python@v2
21
21
with :
22
- python-version : ' 3.7 '
22
+ python-version : ' 3.12 '
23
23
cache : ' pip'
24
24
25
25
- name : Install dependencies
Original file line number Diff line number Diff line change 1
- name : 1Release new major version
1
+ name : Release new major version
2
2
3
3
permissions : write-all
4
4
@@ -7,7 +7,7 @@ on: workflow_dispatch
7
7
jobs :
8
8
deploy :
9
9
name : Release new major version
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-24 .04
11
11
steps :
12
12
- name : Checkout sources
13
13
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- name : 0Release new minor version
1
+ name : Release new minor version
2
2
3
3
permissions : write-all
4
4
@@ -7,7 +7,7 @@ on: workflow_dispatch
7
7
jobs :
8
8
deploy :
9
9
name : Release new minor version
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-24 .04
11
11
steps :
12
12
- name : Checkout sources
13
13
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments