Skip to content

Commit 7da86a3

Browse files
authored
Merge pull request #24 from natescherer/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 8955ea3 + b5b2b43 commit 7da86a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
shell: powershell
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Run Pester Tests for PR
2323
uses: zyborg/pester-tests-report@v1
2424
with:

0 commit comments

Comments
 (0)