Skip to content

Commit 5ad035f

Browse files
chore(deps): update actions/checkout action to v7
1 parent c63f36f commit 5ad035f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PSScriptAnalyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: PSScriptAnalyzer
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: PSScriptAnalyzer checks
1212
uses: devblackops/github-action-psscriptanalyzer@master
1313
with:

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
shell: powershell
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222

0 commit comments

Comments
 (0)