diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e4b6ec..7d4fc84 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@v4 + - uses: actions/checkout@v6 - name: Cache conan uses: actions/cache@v4 diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index d226361..64d7dd7 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@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0