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 authored Jul 6, 2024
1 parent 7e19247 commit 1ad21d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
compiler: [gcc13, clang18]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (debug-x86)
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
compiler: [xcode14]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup ${{ matrix.compiler }} compiler
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build (debug)
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
simd: -avx
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (${{ matrix.build_config }}-${{ matrix.cpu }})
Expand Down

0 comments on commit 1ad21d2

Please sign in to comment.