Skip to content

Commit a0f1423

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] <support@github.com>
1 parent a743831 commit a0f1423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
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: Setup .NET SDK

0 commit comments

Comments
 (0)