Skip to content

Commit

Permalink
Bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 22, 2022
1 parent 93e86d6 commit 7c08004
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@ jobs:
name: Build Fonts
steps:
- name: Check out JetBrains Mono source repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python v${{ matrix.python-version }} environment
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Python build dependency cache lookup
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.cache/pip
# Check for requirements file cache hit
key: ${{ runner.os }}-pip-${{ hashFiles('${{ steps.config.outputs.dependpath }}') }}
- name: Install Python build dependencies
uses: py-actions/py-dependency-install@v2
uses: py-actions/py-dependency-install@v3
with:
update-wheel: "true"
update-setuptools: "true"
- name: Build fonts
run: gftools builder sources/config.yaml
- name: Upload Fonts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Fonts
path: fonts/
Expand Down

0 comments on commit 7c08004

Please sign in to comment.