From d59a92f9ffc6c39d3689b3a50aeb0cdd93e46fef Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Tue, 3 Oct 2023 16:04:50 -0400 Subject: [PATCH] Update Release.yml --- .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 5615b83..6f586d6 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -8,7 +8,7 @@ jobs: publish-to-gallery: runs-on: windows-2019 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set PSRepository to Trusted for PowerShell Gallery shell: pwsh run: |