diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77960d4..fd4cc95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ammaraskar/msvc-problem-matcher@master # Report MSVC compiler errors diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 27a568f..0209212 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -31,7 +31,7 @@ jobs: core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: lukka/get-cmake@latest