Skip to content

Commit 390e334

Browse files
committed
Update workflow
1 parent 3607837 commit 390e334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-powershell-module-psg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "windows-latest"
1414
steps:
1515
- name: "Checkout Repository"
16-
uses: "actions/checkout@v3.4.0"
16+
uses: "actions/checkout@v3.5.0"
1717
- name: "Setup PowerShell Environment"
1818
uses: "hugoalh-studio/[email protected]"
1919
with:

.github/workflows/scan-virus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: "${{!((github.event_name == 'pull_request') && startsWith(github.event.pull_request.head.label, format('{0}:', github.repository_owner)))}}"
2525
steps:
2626
- name: "Checkout Repository"
27-
uses: "actions/checkout@v3.4.0"
27+
uses: "actions/checkout@v3.5.0"
2828
with:
2929
fetch-depth: 0
3030
- name: "Scan Repository"

0 commit comments

Comments
 (0)