Skip to content

Commit

Permalink
Updated actions/checkout@v3 to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldn committed Jan 30, 2024
1 parent 762ac0b commit c596002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- smartair2_test
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/test/${{ matrix.test_name }}/bin -S ${{github.workspace}}/test/${{ matrix.test_name }} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build CMake
Expand All @@ -41,7 +41,7 @@ jobs:
- hon_simulator
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup MSVC
uses: ilammy/[email protected]
with:
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/bin -S ${{github.workspace}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build CMake
Expand Down

0 comments on commit c596002

Please sign in to comment.