Skip to content

Commit d3c1fef

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c181829 commit d3c1fef

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build-containers.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.1.7
30+
uses: actions/checkout@v4.2.0
3131
with:
3232
fetch-depth: 0
3333
- name: Run MinVer

.github/workflows/build-db-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
shell: pwsh
1515
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
1616
- name: Checkout
17-
uses: actions/checkout@v4.1.7
17+
uses: actions/checkout@v4.2.0
1818
with:
1919
fetch-depth: 0
2020
- name: Run MinVer

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
shell: pwsh
1212
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.7
14+
uses: actions/checkout@v4.2.0
1515
with:
1616
fetch-depth: 0
1717
- name: Setup .NET SDK

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: pwsh
3333
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
3434
- name: Checkout
35-
uses: actions/checkout@v4.1.7
35+
uses: actions/checkout@v4.2.0
3636
with:
3737
fetch-depth: 0
3838
- name: Setup .NET SDK

.github/workflows/container-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: pwsh
4646
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
4747
- name: Checkout
48-
uses: actions/checkout@v4.1.7
48+
uses: actions/checkout@v4.2.0
4949
with:
5050
fetch-depth: 0
5151
- name: Run MinVer

.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.1.7
18+
uses: actions/checkout@v4.2.0
1919
- name: Validate build version
2020
id: validate
2121
uses: ./.github/actions/validate-version

0 commit comments

Comments
 (0)