Skip to content

Commit 0ec833b

Browse files
committed
Update workflow
1 parent d63c418 commit 0ec833b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/analyze-ghsl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: "${{!(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, format('{0}:', github.repository_owner)))}}"
2020
steps:
2121
- name: "Checkout Repository"
22-
uses: "actions/checkout@v3.3.0"
22+
uses: "actions/checkout@v3.4.0"
2323
with:
2424
fetch-depth: 0
2525
- name: "Analyze Repository"

.github/workflows/publish-psg-module.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.3.0"
16+
uses: "actions/checkout@v3.4.0"
1717
- name: "Modify PowerShell Repository"
1818
run: |
1919
Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose

.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.3.0"
27+
uses: "actions/checkout@v3.4.0"
2828
with:
2929
fetch-depth: 0
3030
- name: "Scan Repository"

0 commit comments

Comments
 (0)