Skip to content

Commit ce0871f

Browse files
committed
Upgrade to actions/checkout@v6
1 parent fd90d5c commit ce0871f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/arm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
container: ghcr.io/iarsystems/arm:9.70.4-st
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929

3030
- name: Check compiler version
3131
run: iccarm --version
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
container: ghcr.io/iarsystems/arm:9.70.4-st
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v6
5050

5151
- name: C-STAT - Library
5252
run: |
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
container: ghcr.io/iarsystems/arm:9.70.4-st
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v6
7070
- name: Download library
7171
uses: actions/download-artifact@v8
7272
with:
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
container: ghcr.io/iarsystems/arm:9.70.4-st
9292
steps:
93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v6
9494
- name: Static Analysis
9595
run: |
9696
iarbuild project/EWARM/project.ewp -cstat_analyze Debug -log all

0 commit comments

Comments
 (0)