|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
container: devkitpro/devkitarm |
|
|
|
container: devkitpro/devkitarm |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout branch |
|
|
|
- name: Checkout branch |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
|
|
|
- uses: ./actions/setup |
|
|
|
- uses: ./actions/setup |
|
|
|
with: |
|
|
|
with: |
|
|
@ -51,7 +51,7 @@ jobs: |
|
|
|
- '/tmp:/tmp' |
|
|
|
- '/tmp:/tmp' |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout branch |
|
|
|
- name: Checkout branch |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
|
|
|
- uses: ./setup |
|
|
|
- uses: ./setup |
|
|
|
with: |
|
|
|
with: |
|
|
|