From a5839e9fa3f4936e2b77cb7ce5b8689dd01d51f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:35:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/cicd.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 18efe096..3364a05e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup .NET Core uses: actions/setup-dotnet@v1 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4d67db4d..a68a3fb9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup .NET Core uses: actions/setup-dotnet@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2b3f7c6..8ecbb4c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup .NET Core uses: actions/setup-dotnet@v1