Skip to content

Commit

Permalink
Merge pull request #18 from microsoft/gha_checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jumaffre authored Aug 18, 2023
2 parents dd81045 + 7a12c51 commit 1a8a3a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:

steps:
- name: Check out sources
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get install doxygen python3 graphviz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sudo apt install clang-15
if: matrix.os == 'ubuntu-latest'

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build/${{ matrix.build_type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down

0 comments on commit 1a8a3a0

Please sign in to comment.