Skip to content

Commit

Permalink
[ci] Update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Feb 5, 2024
1 parent edd9e76 commit d8d567f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
stdlib: libstdc++
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
uses: actions/checkout@v4

- name: Prepare
run: cmake -E make_directory build
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- 2a
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
uses: actions/checkout@v4

- name: Prepare
run: cmake -E make_directory build
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- 2a
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
uses: actions/checkout@v4

- name: Prepare
run: cmake -E make_directory build
Expand Down

0 comments on commit d8d567f

Please sign in to comment.