From 23b952675b29fc394cfa80fa12df34c7d7410b41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:23:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/dotnet-build.yml | 2 +- .github/workflows/dotnet-release.yml | 2 +- .github/workflows/npm-release.yml | 2 +- .github/workflows/test-npm-ci-and-pack.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 21535073..4ab451f7 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' fetch-depth: 0 diff --git a/.github/workflows/dotnet-release.yml b/.github/workflows/dotnet-release.yml index c6cf3281..eb117f63 100644 --- a/.github/workflows/dotnet-release.yml +++ b/.github/workflows/dotnet-release.yml @@ -40,7 +40,7 @@ jobs: ################ # SETUP ################ - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Required by GitVersion submodules: "recursive" # submodule fetch depth unknown diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 497ed353..8f3d1055 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/.github/workflows/test-npm-ci-and-pack.yml b/.github/workflows/test-npm-ci-and-pack.yml index 393f7064..e6b40508 100644 --- a/.github/workflows/test-npm-ci-and-pack.yml +++ b/.github/workflows/test-npm-ci-and-pack.yml @@ -9,7 +9,7 @@ jobs: node-version: [14.x, 16.x, 18.x, 20.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' fetch-depth: 0