mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2026-09-20 05:38:18 +00:00
upgrade actions/checkout to v4 and enable LFS fetching
This commit is contained in:
parent
baf3d1ab25
commit
a4ac4c336c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -11,7 +11,9 @@ jobs:
|
|||
health_check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Set up Python 3
|
||||
uses: actions/setup-python@v2
|
||||
- name: Install FontTools
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue