File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push]
4
4
5
5
jobs :
6
6
build :
7
- runs-on : ubuntu-22 .04
7
+ runs-on : ubuntu-24 .04
8
8
steps :
9
9
- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
10
10
with :
14
14
- name : Set up Python
15
15
uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
16
16
with :
17
- python-version : " 3.11 "
17
+ python-version : " 3.13 "
18
18
19
19
- name : Install SSH Key
20
20
uses : shimataro/ssh-key-action@v2
25
25
|1|top6r/hT6ING6N4c3QFIwasTojI=|DEWKT8Q/3R7mL+8rvqND1z6NEQs= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=
26
26
27
27
- name : Build with Gradle
28
- run : ./gradlew mkdocsPublish
28
+ run : ./gradlew mkdocsPublish
You can’t perform that action at this time.
0 commit comments