diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5694ae2eb..06da8ba78 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - if: matrix.language == 'cpp' name: Install dependencies diff --git a/.github/workflows/cppcmake-macos.yml b/.github/workflows/cppcmake-macos.yml index 0f0f01fab..2a197c262 100644 --- a/.github/workflows/cppcmake-macos.yml +++ b/.github/workflows/cppcmake-macos.yml @@ -26,7 +26,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: 10.13 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Uninstall Mono, which is included by default in GitHub-hosted macOS runners, # as it interferes with referencing our own compiled SQLite libraries. diff --git a/.github/workflows/cppcmake-ubuntu.yml b/.github/workflows/cppcmake-ubuntu.yml index 0cb144251..0087083c9 100644 --- a/.github/workflows/cppcmake-ubuntu.yml +++ b/.github/workflows/cppcmake-ubuntu.yml @@ -28,7 +28,7 @@ jobs: os: [ubuntu-22.04, ubuntu-22.04-arm] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install and cache dependencies uses: awalsh128/cache-apt-pkgs-action@v1.6.0 diff --git a/.github/workflows/cppcmake-windows.yml b/.github/workflows/cppcmake-windows.yml index f2530fbea..0469e8380 100644 --- a/.github/workflows/cppcmake-windows.yml +++ b/.github/workflows/cppcmake-windows.yml @@ -28,7 +28,7 @@ jobs: OPENSSL_VERSION: 1.1.1.2100 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies run: | diff --git a/.github/workflows/cppcmake-windows_on_arm.yml b/.github/workflows/cppcmake-windows_on_arm.yml index c7052bb9a..e2129af2c 100644 --- a/.github/workflows/cppcmake-windows_on_arm.yml +++ b/.github/workflows/cppcmake-windows_on_arm.yml @@ -26,7 +26,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/cppcmake.yml b/.github/workflows/cppcmake.yml index 3c75d112f..348f56686 100644 --- a/.github/workflows/cppcmake.yml +++ b/.github/workflows/cppcmake.yml @@ -32,7 +32,7 @@ jobs: outputs: skip: ${{ steps.set-skippable.outputs.skippable || 'false' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check and set skippable id: set-skippable