Skip to content

Commit

Permalink
chore(ci): update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Jul 6, 2024
1 parent 45c2d53 commit cd1ce2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
compiler: [clang4]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (debug-x86)
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
compiler: [gcc5, gcc6, gcc7, gcc8, clang5, clang6, clang7, clang8, clang9, clang10]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (debug-x86)
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
compiler: [gcc9, gcc10, gcc11, clang11, clang12, clang13, clang14]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (debug-x86)
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
compiler: [gcc12, gcc13, clang15, clang16, clang17, clang18]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (debug-x86)
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
compiler: [xcode13]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup ${{ matrix.compiler }} compiler
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
compiler: [xcode14, xcode15]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup ${{ matrix.compiler }} compiler
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (debug)
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (debug-x64)
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (debug-x64)
Expand Down

0 comments on commit cd1ce2d

Please sign in to comment.