Skip to content

Commit

Permalink
👍 build(ci): update actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonz94 committed Sep 17, 2023
1 parent a303d86 commit 2bc80ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
FILENAME: 'sarasa-${{ matrix.styles }}-${{ matrix.orthographies }}-${{ matrix.variants }}'
NERD_FONTS_VERSION: v3.0.2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# credits: https://github.com/adam7/delugia-code/blob/411f2aecdef35d6bb92776d26bb5efe4ee799e0a/.github/workflows/ci.yaml#L77-L100
- name: Fetch FontForge
Expand All @@ -86,7 +86,7 @@ jobs:
echo Try appimage with path
fontforge --version
- name: Get Font Patcher
uses: robinraju/release-downloader@v1.7
uses: robinraju/release-downloader@v1.8
with:
repository: 'ryanoasis/nerd-fonts'
tag: ${{ env.NERD_FONTS_VERSION }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
FILENAME: 'sarasa-${{ matrix.styles }}-${{ matrix.orthographies }}-${{ matrix.variants }}'
NERD_FONTS_VERSION: v3.0.2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# credits: https://github.com/adam7/delugia-code/blob/411f2aecdef35d6bb92776d26bb5efe4ee799e0a/.github/workflows/ci.yaml#L77-L100
- name: Fetch FontForge
Expand All @@ -182,7 +182,7 @@ jobs:
echo Try appimage with path
fontforge --version
- name: Get Font Patcher
uses: robinraju/release-downloader@v1.7
uses: robinraju/release-downloader@v1.8
with:
repository: 'ryanoasis/nerd-fonts'
tag: ${{ env.NERD_FONTS_VERSION }}
Expand Down

0 comments on commit 2bc80ff

Please # to comment.