From fce02bdbfa2d10784b287a1224043ac56d7d623e Mon Sep 17 00:00:00 2001 From: Heinrich Gantenbein <6719941+techlake@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:27:13 -0500 Subject: [PATCH] Update automated-publish.yaml (#528) --- .github/workflows/automated-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-publish.yaml b/.github/workflows/automated-publish.yaml index 4446cff6..a56f5041 100644 --- a/.github/workflows/automated-publish.yaml +++ b/.github/workflows/automated-publish.yaml @@ -9,11 +9,11 @@ jobs: runs-on: windows-latest steps: - name: checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4 - shell: pwsh env: APIKEY: ${{ secrets.APIKEY }} TAG_NAME: ${{ github.event.release.tag_name }} run: | .\Module\build.ps1 - Publish-Module -Path .\Module\EnterprisePolicyAsCode -NuGetApiKey $env:APIKEY -Verbose \ No newline at end of file + Publish-Module -Path .\Module\EnterprisePolicyAsCode -NuGetApiKey $env:APIKEY -Verbose