Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: "!startsWith(github.event.head_commit.message, 'chore: update manifest')"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install PSScriptAnalyzer
shell: pwsh
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
if: "!startsWith(github.event.head_commit.message, 'chore: update manifest')"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Validate task XML can be registered
shell: pwsh
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
!startsWith(github.event.head_commit.message, 'chore: update manifest')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# >=2 so the bot's manifest commit can git-rev-parse its parent.
# Was 1, which broke the commit-message subject and emitted
Expand Down