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