We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3d096 commit 8004394Copy full SHA for 8004394
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Fetching klib
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
with:
30
repository: itzandroidtab/klib
31
@@ -40,7 +40,7 @@ jobs:
40
path: "${{github.workspace}}/project/"
41
42
- name: arm-none-eabi-gcc install
43
- uses: carlosperate/arm-none-eabi-gcc-action@v1.6.0
+ uses: carlosperate/arm-none-eabi-gcc-action@v1.8.1
44
45
release: '12.2.Rel1'
46
0 commit comments