Skip to content

Commit 8004394

Browse files
Updated dependencies github actions
1 parent ce3d096 commit 8004394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Fetching klib
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
repository: itzandroidtab/klib
3131

@@ -40,7 +40,7 @@ jobs:
4040
path: "${{github.workspace}}/project/"
4141

4242
- name: arm-none-eabi-gcc install
43-
uses: carlosperate/arm-none-eabi-gcc-action@v1.6.0
43+
uses: carlosperate/arm-none-eabi-gcc-action@v1.8.1
4444
with:
4545
release: '12.2.Rel1'
4646

0 commit comments

Comments
 (0)