Skip to content

Commit

Permalink
Updated actions in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evrenimre authored Jan 29, 2024
1 parent 12907d9 commit 6b40fb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
BUILD_DIR: ${{ github.workspace }}/build

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/install-ubuntu-packages
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Initialize CodeQL
id: setup-codeql
if: env.WITH_GNU == 'true'
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp, python

Expand All @@ -52,7 +52,7 @@ jobs:
- name: Perform CodeQL Analysis
if: steps.setup-codeql.outcome != 'skipped'
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

- name: Run the unit tests
working-directory: ${{ env.BUILD_DIR }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Deploy documentation
if: steps.generate-documentation.outcome != 'skipped'
# Deploys the documentation to GitHub Pages
uses: peaceiris/[email protected].0
uses: peaceiris/[email protected].3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ env.BUILD_DIR }}/html
Expand Down

0 comments on commit 6b40fb2

Please sign in to comment.