From 458b77072ae43a74ee986b722e00768218f3f402 Mon Sep 17 00:00:00 2001 From: Slavfox Date: Wed, 8 May 2024 03:24:50 +0200 Subject: [PATCH] Update checkout actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8612b0..6cb544d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: pacman -S --noconfirm python python-pipenv python-setuptools - name: Install fontforge run: pacman -S --noconfirm fontforge - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build fonts run: | pipenv --python /bin/python install; pipenv run python build.py fonts