From 3b0710d8fd610bfd6339e7116ecbd26bd1f673a1 Mon Sep 17 00:00:00 2001 From: David Kallesen Date: Fri, 5 Apr 2024 11:17:36 +0200 Subject: [PATCH] chore: Update uses: actions/checkout@v2 -> uses: actions/checkout@v3 --- .github/workflows/post-integration.yml | 2 +- .github/workflows/pre-integration.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/post-integration.yml b/.github/workflows/post-integration.yml index e5ce7a6..6251557 100644 --- a/.github/workflows/post-integration.yml +++ b/.github/workflows/post-integration.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛒 Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 token: ${{ secrets.PAT_WORKFLOWS }} diff --git a/.github/workflows/pre-integration.yml b/.github/workflows/pre-integration.yml index 8562620..efd68fa 100644 --- a/.github/workflows/pre-integration.yml +++ b/.github/workflows/pre-integration.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 🛒 Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: - dotnet-build steps: - name: 🛒 Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f87238..c93b24c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛒 Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 token: ${{ secrets.PAT_WORKFLOWS }}