Skip to content

Commit

Permalink
Update checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rinon committed Aug 2, 2023
1 parent b8dfe27 commit 2ad7046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ia2-debug: [ON, OFF]
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
run: |
LLVM_DIR=`llvm-config --cmakedir`
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
sudo apt install -y clang-${{ matrix.clang-version }} \
libclang-${{ matrix.clang-version }}-dev
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit 2ad7046

Please sign in to comment.