From 8297c7053a161d148803770f1675bb28d06e006d Mon Sep 17 00:00:00 2001 From: Chris Thompson <30671833+Mayyhem@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:40:32 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b5c95e..6eb6ed7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: # Checkout repository - name: Checkout - uses: actions/checkout@latest + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -32,13 +32,13 @@ jobs: # Build - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@latest + uses: microsoft/setup-msbuild@v2 - name: Build solution run: msbuild $env:Solution -t:rebuild -property:Configuration=$env:Configuration # Release - name: Update release - uses: softprops/action-gh-release@latest + uses: softprops/action-gh-release@v1 with: name: Rolling Release tag_name: rolling