From 97488e765361dad481bded5286bb7fac165260d1 Mon Sep 17 00:00:00 2001 From: RoRBot Date: Sat, 20 Jun 2026 00:00:19 +0200 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/main.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14a428d..5090e10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - run: echo $env:BUILD_TOOLS_PATH | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append if: startsWith(matrix.os, 'windows') - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Cache conan uses: actions/cache@v5 diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index c60084c..683c558 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -13,7 +13,7 @@ jobs: env: CONAN_SYSREQUIRES_MODE: "enabled" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0