diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6c41ffc..72339ba 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -25,7 +25,7 @@ jobs: build-type: [Release] build-static: [ON] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup GNU/Linux dependencies if: runner.os == 'Linux' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ba4e3e6..6be352c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL