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