diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index edb1ebdc..4934d0b0 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/cache@v3 @@ -56,7 +56,7 @@ jobs: arch: ["win-x86", "win-x64", "linux-x64", "osx-x64", "osx.12-arm64"] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/cache@v3 @@ -91,7 +91,7 @@ jobs: package: ["rpm", "deb"] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/cache@v3 @@ -123,7 +123,7 @@ jobs: - Build_Packages steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Get version Tag @@ -162,7 +162,7 @@ jobs: - Pre_Release steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Get version Tag