From ab0fdc72c549988636aaf60f8400dfe4d347a01b Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Thu, 30 Mar 2023 09:15:48 -0700 Subject: [PATCH] Update the version of bitwarden/gh-actions/release-version-check (#33) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9402d9b..088b6d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Check Release Version id: version - uses: bitwarden/gh-actions/release-version-check@8f055ef543c7433c967a1b9b04a0f230923233bb + uses: bitwarden/gh-actions/release-version-check@4f2a18ff6b521dbdc0d9079e528bf82114175520 with: release-type: ${{ github.event.inputs.release_type }} project-type: dotnet