Skip to content

Commit 74888df

Browse files
Bump actions/checkout from 4.1.7 to 4.2.1 (#186)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. - [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.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d43a925 commit 74888df

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
@@ -48,7 +48,7 @@ jobs:
4848
dotnet-version: "6.0.100"
4949
- name: Run dotnet --info
5050
run: dotnet --info
51-
- uses: actions/checkout@v4.1.7
51+
- uses: actions/checkout@v4.2.1
5252
with:
5353
fetch-depth: 0
5454
- name: Build

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
analyse:
1717
runs-on: windows-latest
1818
steps:
19-
- uses: actions/checkout@v4.1.7
19+
- uses: actions/checkout@v4.2.1
2020
with:
2121
fetch-depth: 2
2222
- uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)