Skip to content

Commit 1490d9e

Browse files
Bump actions/checkout from 4.1.1 to 4.1.7 (#187)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 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.1...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ff5b85 commit 1490d9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
dotnet-version: ${{ env.DOTNET_VERSION }}
4141

4242
- name: get the code
43-
uses: actions/checkout@v4.1.1
43+
uses: actions/checkout@v4.1.7
4444

4545
- name: clean
4646
run: dotnet clean

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
dotnet-version: ${{ env.DOTNET_VERSION }}
4949

5050
- name: get the code
51-
uses: actions/checkout@v4.1.1
51+
uses: actions/checkout@v4.1.7
5252

5353
- name: clean
5454
run: dotnet clean

0 commit comments

Comments
 (0)