Skip to content

Commit c2c978d

Browse files
Update actions/checkout action to v4.3.0 (#277)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 7185092 commit c2c978d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

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

.github/workflows/push-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
shell: pwsh
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4.2.2
18+
uses: actions/checkout@v4.3.0
1919
- name: Validate build version
2020
id: validate
2121
uses: ./.github/actions/validate-version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: pwsh
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@v4.3.0
2828
with:
2929
fetch-depth: 0
3030
- name: Setup .NET SDK

0 commit comments

Comments
 (0)