Skip to content

Commit

Permalink
Merge pull request #62 from natescherer/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
github-actions[bot] authored Oct 28, 2023
2 parents f366dab + 3233af4 commit 8087831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PublishTestResults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
shell: powershell
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Pester Tests
id: pester
uses: natescherer/pester-tests-report@combined
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
needs: Test
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 8087831

Please sign in to comment.