Skip to content

Commit c14eb3c

Browse files
Update actions/checkout action to v5 (#1797)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 907b7e1 commit c14eb3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/aurora.yml

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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
3232
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
3333
- name: Checkout
34-
uses: actions/checkout@v4.2.2
34+
uses: actions/checkout@v5.0.0
3535
with:
3636
fetch-depth: 0
3737
- name: Setup .NET SDK

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)