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 9, 2024
1 parent 4440cbd commit e5e13f4
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, clang15]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (release-x86)
Expand Down Expand Up @@ -87,7 +87,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 @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build (release)
Expand Down Expand Up @@ -152,7 +152,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 e5e13f4

Please sign in to comment.