Skip to content

Commit

Permalink
Upgrade to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
howyallare authored and wez committed Dec 30, 2022
1 parent c162c62 commit fcd2d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
run: cmake .
- name: build
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
run: cmake -DASAN=on -DCMAKE_BUILD_TYPE=Debug .
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
run: cmake .
- name: build
Expand Down

0 comments on commit fcd2d9e

Please sign in to comment.