diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0f6d60..797ea68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: issues: read steps: - name: Checkout sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Verify quality run: dotnet test code/Eshva.Testing.OutOfProcessDeployments.Nats.slnx --configuration Release --logger:"xunit;LogFilePath=test_result.xml" --results-directory . - name: Publish test results diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 23b7874..89dbde1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: issues: read steps: - name: Checkout sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Verify quality run: dotnet test code/Eshva.Testing.OutOfProcessDeployments.Nats.slnx --configuration Release --logger:"xunit;LogFilePath=test_result.xml" --results-directory . - name: Publish test results @@ -34,7 +34,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Verify commit exists in origin/master run: | git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*