Skip to content

Commit 9197a56

Browse files
committed
Update build workflow step action dependencies
These updates get rid of ugly but harmless deprecation warnings emitted when running the font build workflow. Build output is not affected. Changes for `actions/checkout`: actions/checkout@3df4ab1...a5ac7e5 Changes for `actions/upload-artifact`: actions/upload-artifact@a8a3f3a...6546280
1 parent eca1fee commit 9197a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout source
23-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2424

2525
- name: Install required dependencies
2626
run: |
@@ -57,7 +57,7 @@ jobs:
5757
make -C unifont/font truetype
5858
5959
- name: Upload generated Unifont BMP TTF as artifact
60-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
60+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
6161
with:
6262
name: Unifont BMP TTF
6363
path: unifont/font/compiled/unifont-${{ inputs.unifont_version }}.ttf

0 commit comments

Comments
 (0)