Skip to content

Commit 76fa2e0

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 038bc17 commit 76fa2e0

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/[email protected].1
30+
uses: actions/[email protected].2
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/[email protected].1
17+
uses: actions/[email protected].2
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/[email protected].1
14+
uses: actions/[email protected].2
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/[email protected].1
35+
uses: actions/[email protected].2
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
@@ -50,7 +50,7 @@ jobs:
5050
shell: pwsh
5151
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
5252
- name: Checkout
53-
uses: actions/[email protected].1
53+
uses: actions/[email protected].2
5454
with:
5555
fetch-depth: 0
5656
- 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/[email protected].1
18+
uses: actions/[email protected].2
1919
- name: Validate build version
2020
id: validate
2121
uses: ./.github/actions/validate-version

0 commit comments

Comments
 (0)