Skip to content

Commit c22705d

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 3da4645 commit c22705d

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-2022
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].2
1818
with:
1919
fetch-depth: 0
2020
- 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/[email protected].1
18+
uses: actions/[email protected].2
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
@@ -22,7 +22,7 @@ jobs:
2222
shell: pwsh
2323
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2424
- name: Checkout
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
with:
2727
fetch-depth: 0
2828
- name: Setup .NET SDK
@@ -115,7 +115,7 @@ jobs:
115115
shell: pwsh
116116
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
117117
- name: Checkout
118-
uses: actions/[email protected].1
118+
uses: actions/[email protected].2
119119
with:
120120
fetch-depth: 0
121121
- name: Install MinVer CLI

0 commit comments

Comments
 (0)