Skip to content

Commit 34b182a

Browse files
Update actions/checkout action to v5 (#1615)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 4e4b46d commit 34b182a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: windows-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4.2.2
20+
uses: actions/checkout@v5.0.0
2121
with:
2222
fetch-depth: 0
2323
- name: Setup .NET SDK

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
2525
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2626
- name: Checkout
27-
uses: actions/checkout@v4.2.2
27+
uses: actions/checkout@v5.0.0
2828
with:
2929
fetch-depth: 0
3030
- name: Setup .NET SDK

0 commit comments

Comments
 (0)