Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Flast committed May 30, 2024
1 parent 8010355 commit b25283b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: srz-zumix/setup-infer@v1

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install prerequisites
run: sudo apt-get install --no-install-recommends g++ cmake
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install prerequisites
run: sudo apt-get install --no-install-recommends g++ cmake
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install prerequisites
run: sudo apt-get install --no-install-recommends g++-10 cmake
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install prerequisites
run: sudo apt-get install --no-install-recommends g++ cmake
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install prerequisites
run: sudo apt-get install --no-install-recommends g++-12 cmake
Expand All @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install prerequisites
run: sudo apt-get install --no-install-recommends clang-13 cmake
Expand All @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install prerequisites
run: sudo apt-get install --no-install-recommends clang-14 cmake
Expand Down

0 comments on commit b25283b

Please sign in to comment.