Skip to content

Commit 322522b

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] <[email protected]>
1 parent cda225e commit 322522b

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/[email protected].5
51+
- uses: actions/[email protected].7
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/[email protected].5
19+
- uses: actions/[email protected].7
2020
with:
2121
fetch-depth: 2
2222
- uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)