From 5de1450d5d76a824948a440cd8f782d19355fc10 Mon Sep 17 00:00:00 2001 From: Sam Erde <20478745+SamErde@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:59:11 -0400 Subject: [PATCH] Update BuildModule.yml Update to use supported version of the checkout action so GH workflow can complete without node.js errors. --- .github/workflows/BuildModule.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BuildModule.yml b/.github/workflows/BuildModule.yml index bf6a801..c350eb0 100644 --- a/.github/workflows/BuildModule.yml +++ b/.github/workflows/BuildModule.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test with Pester shell: pwsh @@ -39,7 +39,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test with Pester shell: pwsh @@ -55,7 +55,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test with Pester shell: pwsh @@ -63,4 +63,4 @@ jobs: - name: Build Module shell: pwsh - run: .\Build\Build-Module.ps1 \ No newline at end of file + run: .\Build\Build-Module.ps1