Skip to content

Commit

Permalink
Updates actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Dec 26, 2023
1 parent fd7f52a commit 6abdb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
shell: powershell

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update PowerShellGet
run: Install-Module PowerShellGet -Force -AllowClobber -Scope AllUsers -SkipPublisherCheck
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Pester
run: Install-Module Pester -Force -AllowClobber -Scope CurrentUser -SkipPublisherCheck
Expand Down

0 comments on commit 6abdb99

Please sign in to comment.