Skip to content

Commit

Permalink
CI: updated checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
malloch committed Sep 20, 2023
1 parent 69add73 commit 95088f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -28,7 +28,7 @@ jobs:
CC: clang
CXX: clang++
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -47,7 +47,7 @@ jobs:
Windows-Latest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
Expand Down

0 comments on commit 95088f8

Please sign in to comment.