From a4c4b817645f9ab43b5a5134ba673d7f408fc436 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Sep 2023 15:00:17 +0200 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/main.yml | 6 +++--- .github/workflows/sonarcloud.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 952e696..56ae80e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - run: echo $env:BUILD_TOOLS_PATH | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache conan uses: actions/cache@v3.3.1 @@ -44,7 +44,7 @@ jobs: CONAN_SYSREQUIRES_MODE: "enabled" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache conan uses: actions/cache@v3.3.1 @@ -79,7 +79,7 @@ jobs: name: MacOS runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache conan uses: actions/cache@v3.3.1 diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 4de387f..792ce13 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@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0