From 8543e3cabebc8765aafc61c5d8c19520080831b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:55:32 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/dotnet.yml | 2 +- .github/workflows/nuget.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7de1f8f2..9a121649 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 50 - run: git fetch --tags diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index eca59574..5f0ae915 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 # We do not need to fetch tags, as we're already at a tagged build - it should be available automatically - name: Setup .NET