Commit 6ce4e8a 1 parent ec008ea commit 6ce4e8a Copy full SHA for 6ce4e8a
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Create GitHub Release
21
- uses : google-github-actions/release-please-action@v3
21
+ uses : google-github-actions/release-please-action@v4
22
22
with :
23
23
release-type : simple
Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : Install Fonts
23
23
run : |
24
24
sudo apt --yes update
25
25
sudo apt --yes install fonts-noto fonts-noto-cjk
26
26
- name : Setup Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ env.PYTHON_VERSION }}
30
30
cache : pip
31
31
cache-dependency-path : docs/requirements.txt
32
32
- name : Install Python Dependencies
33
33
run : pip install --requirement=docs/requirements.txt
34
34
- name : Setup Tex Live
35
- uses : teatimeguest/setup-texlive-action@v2
35
+ uses : teatimeguest/setup-texlive-action@v3
36
36
with :
37
37
packages : scheme-full
38
38
- name : Build
You can’t perform that action at this time.
0 commit comments