From 0d70bb5c94914d1c63563b2fb828e67a860466fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:11:44 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/delivery.yml | 2 +- .github/workflows/integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index ebc98e2..730032a 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -32,7 +32,7 @@ jobs: name: windows-latest runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Cache .nuke/temp, ~/.nuget/packages diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e4eac57..a372bd9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -32,7 +32,7 @@ jobs: name: windows-latest runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Cache .nuke/temp, ~/.nuget/packages