Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#189)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 5a3b839 commit c3531ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
dotnet-version: "6.0.100"
- name: Run dotnet --info
run: dotnet --info
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
analyse:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 2
- uses: github/codeql-action/init@v3
Expand Down

0 comments on commit c3531ec

Please sign in to comment.