Skip to content

Commit 9429743

Browse files
committed
Bump versions
1 parent 2bd8085 commit 9429743

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ runs:
77
- name: Setup Hugo
88
uses: peaceiris/actions-hugo@v2
99
with:
10-
hugo-version: '0.134.3'
10+
hugo-version: '0.145.0'
1111
extended: true
1212

1313
- name: Setup yq
1414
uses: chrisdickinson/setup-yq@latest
1515
with:
16-
yq-version: '4.20.2'
16+
yq-version: '4.45.1'
1717
yq-url: 'https://github.com/mikefarah/yq/releases/download/v{version}/yq_{platform}_{arch}'
1818

19-
- name: Set up Python 3.7
19+
- name: Set up Python 3.12
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.7'
22+
python-version: '3.12'
2323
cache: 'pip'
2424

2525
- name: Install dependencies

.github/workflows/deploy-major.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 1Release new major version
1+
name: Release new major version
22

33
permissions: write-all
44

@@ -7,7 +7,7 @@ on: workflow_dispatch
77
jobs:
88
deploy:
99
name: Release new major version
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout sources
1313
uses: actions/checkout@v2

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 0Release new minor version
1+
name: Release new minor version
22

33
permissions: write-all
44

@@ -7,7 +7,7 @@ on: workflow_dispatch
77
jobs:
88
deploy:
99
name: Release new minor version
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout sources
1313
uses: actions/checkout@v2

0 commit comments

Comments
 (0)