From 7a6f3214c247f125a7b376581331e910895f2765 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 4 Apr 2024 14:24:39 +0200 Subject: [PATCH] chore: fix release-candidate and pre-check workflow --- .github/workflows/release_candidate.yml | 8 ++++---- .github/workflows/unit.tests-formatting.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release_candidate.yml b/.github/workflows/release_candidate.yml index af8241a1..d90c327d 100644 --- a/.github/workflows/release_candidate.yml +++ b/.github/workflows/release_candidate.yml @@ -38,9 +38,9 @@ jobs: permissions: contents: read - steps:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub if: github.event_name != 'pull_request' @@ -90,9 +90,9 @@ jobs: permissions: contents: read - steps:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub if: github.event_name != 'pull_request' diff --git a/.github/workflows/unit.tests-formatting.yml b/.github/workflows/unit.tests-formatting.yml index 48454f97..15125289 100644 --- a/.github/workflows/unit.tests-formatting.yml +++ b/.github/workflows/unit.tests-formatting.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: - matrix:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + matrix: dotnet-version: ['7.0'] steps: