Skip to content

Commit 45eb12a

Browse files
build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c34c46 commit 45eb12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-22.04
2828
steps:
2929
- name: Check out code
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0 # Get all the history so MinGit can compute the version
3333
- name: Set up latest .NET 8.0
@@ -71,7 +71,7 @@ jobs:
7171
GITLAB_ROOT_PASSWORD: "Pa$$w0rd"
7272
steps:
7373
- name: Check out code
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
- name: Set up latest .NET 8.0
7676
uses: actions/setup-dotnet@v5
7777
with:

0 commit comments

Comments
 (0)