From 714de331306a9a00e7b639730f5a7e7e6bff29e8 Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Fri, 24 Nov 2023 16:31:15 +0100 Subject: [PATCH] GitHub Actions: Update to actions/checkout@v4 Signed-off-by: Steffen Pankratz --- .github/workflows/cmake.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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