Skip to content

Commit a250687

Browse files
authored
Merge pull request #5 from AlexTMjugador/ci/action-dep-updates
Update build workflow step action dependencies
2 parents eca1fee + 9197a56 commit a250687

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)