Skip to content

Commit 30a4fd0

Browse files
committed
Update to latest SDK with picolibc
1 parent 0ce9a59 commit 30a4fd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
submodules: recursive
2424
- name: Setup GNU Arm Embedded Toolchain
25-
uses: carlosperate/arm-none-eabi-gcc-action@v1.4.0
25+
uses: carlosperate/arm-none-eabi-gcc-action@v1
2626

2727
- name: Setup env
2828
run: |
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Publish to GitHub Releases
7878
if: ${{ github.event_name == 'release' }}
79-
uses: softprops/action-gh-release@v0.1.5
79+
uses: softprops/action-gh-release@v1
8080
env:
8181
GITHUB_TOKEN: ${{ github.token }}
8282
with:

sdk

Submodule sdk updated 75 files

0 commit comments

Comments
 (0)