Skip to content

Commit

Permalink
ci: fix deprecated ninja setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Jul 29, 2024
1 parent c2426d9 commit 4ee30d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
echo "${{ github.workspace }}/vcpkg" >> $GITHUB_PATH
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v3
uses: imesense/gha-setup-ninja@v0.2
with:
version: "1.11.1"
version: '1.12.1'

- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
echo "${{ github.workspace }}/vcpkg" >> $GITHUB_PATH
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v3
uses: imesense/gha-setup-ninja@v0.2
with:
version: "1.11.1"
version: '1.12.1'

- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7
Expand Down

0 comments on commit 4ee30d7

Please sign in to comment.