diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5cd704..d4eda7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.config.os }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup .NET @@ -59,7 +59,7 @@ jobs: needs: build steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Download artifacts @@ -82,7 +82,7 @@ jobs: needs: macos_codesign steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Download artifacts diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14fecfb..878b1cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Lint Code Base @@ -53,7 +53,7 @@ jobs: with: dotnet-version: '8.0.x' - name: Check out code into the project directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Run unit tests @@ -94,7 +94,7 @@ jobs: with: dotnet-version: '8.0.x' - name: Check out code into the project directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Run unit tests @@ -121,7 +121,7 @@ jobs: with: dotnet-version: '8.0.x' - name: Check out code into the project directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Run unit tests @@ -141,7 +141,7 @@ jobs: needs: test-linux steps: - name: Check out code into the project directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/download-artifact@v4 @@ -196,7 +196,7 @@ jobs: needs: [test-linux, test-linux-arm] steps: - name: Check out code into the project directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/download-artifact@v4 @@ -239,7 +239,7 @@ jobs: needs: test-windows steps: - name: Check out code into the project directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/download-artifact@v4 @@ -282,7 +282,7 @@ jobs: needs: test-linux steps: - name: Check out code into the project directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/download-artifact@v4