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 93e0262 commit 2f7e179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cpp_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cpp_version: [14, 17, 20]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (release-x86)
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
cpp_version: [14, 17, 20]
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Building (release-x86)
Expand Down

0 comments on commit 2f7e179

Please sign in to comment.