Skip to content

Commit de81337

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#66)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- 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 19d2c41 commit de81337

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
@@ -42,7 +42,7 @@ jobs:
4242
dotnet-version: "5.0.201"
4343
- name: Run dotnet --info
4444
run: dotnet --info
45-
- uses: actions/checkout@v2.3.5
45+
- uses: actions/checkout@v2.4.0
4646
with:
4747
fetch-depth: 0
4848
- 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@v2.3.5
19+
- uses: actions/checkout@v2.4.0
2020
with:
2121
fetch-depth: 2
2222
- uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)