Skip to content

Commit 91bed12

Browse files
authored
Update checkout action
1 parent 0a03782 commit 91bed12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
container: ghcr.io/iarsystems/arm
2626
steps:
2727
- name: Checkout project
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: CMake - Configure
3131
working-directory: tutorial

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
packages: read
3131
steps:
3232
- name: Checkout project
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: IAR C-STAT Static Analysis
3636
working-directory: tutorial

0 commit comments

Comments
 (0)