Skip to content

Commit 14871c9

Browse files
Bump actions/checkout from 4.1.5 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0735bb9 commit 14871c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
dotnet-version: "5.0.401"
4343
- name: Run dotnet --info
4444
run: dotnet --info
45-
- uses: actions/checkout@v4.1.5
45+
- uses: actions/checkout@v4.1.7
4646
with:
4747
fetch-depth: 0
4848
- name: Build

0 commit comments

Comments
 (0)