Skip to content

Commit

Permalink
GHA update to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Oct 12, 2022
1 parent aea7906 commit cd21488
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, windows-2022, windows-2019, macos-12, macos-11]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Show initial environment
run: python cue-test.py env
- name: Run unit tests
Expand All @@ -40,7 +40,7 @@ jobs:
cmp: [gcc, clang]
configuration: [default, static, debug, static-debug]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare and compile dependencies
run: python cue.py prepare
- name: Build main module (example app)
Expand All @@ -63,7 +63,7 @@ jobs:
cmp: [clang]
configuration: [default, debug]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare and compile dependencies
run: python cue.py prepare
- name: Build main module (example app)
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
cmp: vs2022

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare and compile dependencies
run: python cue.py prepare
- name: Build main module (example app)
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- RTEMS-pc386-qemu@4.10
- RTEMS-pc686-qemu@5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare and compile dependencies
run: python cue.py prepare
- name: Build main module (example app)
Expand Down
4 changes: 2 additions & 2 deletions github-actions/ci-scripts-build.yml.example-full
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
name: "Win2022 MSC-22, static"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Automatic core dumper analysis
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- RTEMS-pc386-qemu@4.10
- RTEMS-pc686-qemu@5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare and compile dependencies
run: python cue.py prepare
- name: Build main module
Expand Down

0 comments on commit cd21488

Please sign in to comment.