Skip to content

Commit 3e1a221

Browse files
committed
👍 build(ci): update actions to latest version
1 parent 893474d commit 3e1a221

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/check-for-new-sarasa-gothic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
check:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
outputs:
1414
should-update: ${{ steps.check.outputs.should-update }}
1515
latest-tag-with-revision: ${{ steps.check.outputs.latest-tag-with-revision }}
@@ -47,7 +47,7 @@ jobs:
4747
tag:
4848
needs: check
4949
if: ${{ needs.check.outputs.should-update == 'true' }}
50-
runs-on: ubuntu-22.04
50+
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v4
5353
with:

.github/workflows/generate-fonts.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency: generate-fonts
99

1010
jobs:
1111
get-infomation:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
outputs:
1414
tag: ${{ steps.get-latest-version.outputs.tag }}
1515
version: ${{ steps.get-latest-version.outputs.version }}
@@ -25,7 +25,7 @@ jobs:
2525
echo version is ${VERSION}
2626
2727
prepare:
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-latest
2929
needs: get-infomation
3030
env:
3131
LATEST_TAG: ${{ needs.get-infomation.outputs.tag }}
@@ -35,7 +35,7 @@ jobs:
3535
- run: echo version is ${{ env.LATEST_VERSION }}
3636

3737
- name: Download latest version of Sarasa Gothic from GitHub release page
38-
uses: robinraju/release-downloader@v1.10
38+
uses: robinraju/release-downloader@v1
3939
with:
4040
repository: 'be5invis/Sarasa-Gothic'
4141
tag: ${{ env.LATEST_TAG }}
@@ -49,7 +49,7 @@ jobs:
4949
path: '*.7z'
5050

5151
patch1:
52-
runs-on: ubuntu-22.04
52+
runs-on: ubuntu-latest
5353
needs: prepare
5454
strategy:
5555
matrix:
@@ -86,7 +86,7 @@ jobs:
8686
echo Try appimage with path
8787
fontforge --version
8888
- name: Get Font Patcher
89-
uses: robinraju/release-downloader@v1.10
89+
uses: robinraju/release-downloader@v1
9090
with:
9191
repository: 'ryanoasis/nerd-fonts'
9292
tag: ${{ env.NERD_FONTS_VERSION }}
@@ -171,7 +171,7 @@ jobs:
171171

172172
patch2:
173173
needs: patch1
174-
runs-on: ubuntu-22.04
174+
runs-on: ubuntu-latest
175175
strategy:
176176
matrix:
177177
styles: ['term', 'term-slab', 'gothic', 'ui']
@@ -207,7 +207,7 @@ jobs:
207207
echo Try appimage with path
208208
fontforge --version
209209
- name: Get Font Patcher
210-
uses: robinraju/release-downloader@v1.10
210+
uses: robinraju/release-downloader@v1
211211
with:
212212
repository: 'ryanoasis/nerd-fonts'
213213
tag: ${{ env.NERD_FONTS_VERSION }}
@@ -292,7 +292,7 @@ jobs:
292292

293293
zip:
294294
needs: patch2
295-
runs-on: ubuntu-22.04
295+
runs-on: ubuntu-latest
296296
strategy:
297297
matrix:
298298
styles: ['fixed', 'fixed-slab', 'mono', 'mono-slab', 'term', 'term-slab', 'gothic', 'ui']
@@ -344,7 +344,7 @@ jobs:
344344
release:
345345
needs: zip
346346
if: startsWith(github.ref, 'refs/tags/')
347-
runs-on: ubuntu-22.04
347+
runs-on: ubuntu-latest
348348
steps:
349349
- run: ls -l
350350

0 commit comments

Comments
 (0)