Skip to content

Commit c7f3c32

Browse files
committed
chore: Update GitHub Actions
1 parent 91e39be commit c7f3c32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
4747
steps:
4848
- name: Checkout Source
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
49+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5050
with:
5151
fetch-depth: 0
5252
fetch-tags: true
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: Checkout Source
134-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
134+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
135135

136136
# Set up working directories/paths consistently
137137
- name: Set Paths (Windows)
@@ -339,7 +339,7 @@ jobs:
339339
- test
340340
steps:
341341
- name: Checkout Source
342-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
342+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
343343
with:
344344
fetch-depth: 0
345345
fetch-tags: true
@@ -384,7 +384,7 @@ jobs:
384384
}
385385
}
386386
- name: Create Draft GitHub Release
387-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
387+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
388388
with:
389389
draft: true
390390
prerelease: ${{ steps.tagversion.outputs.prerelease }}

.github/workflows/powershell-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pester:
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5656

5757
- name: Restore Powershell Dependencies
5858
shell: pwsh

0 commit comments

Comments
 (0)