Skip to content

Commit 501de08

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v4.3.0
2121
with:
2222
fetch-depth: 0
2323
- 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
2424
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2525
- name: Checkout
26-
uses: actions/checkout@v4.2.2
26+
uses: actions/checkout@v4.3.0
2727
with:
2828
fetch-depth: 0
2929
- name: Setup .NET SDK
@@ -114,7 +114,7 @@ jobs:
114114
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
115115
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
116116
- name: Checkout
117-
uses: actions/checkout@v4.2.2
117+
uses: actions/checkout@v4.3.0
118118
with:
119119
fetch-depth: 0
120120
- name: Setup .NET SDK

0 commit comments

Comments
 (0)