Skip to content

Commit 8ff84bb

Browse files
dependabot[bot]Somfic
authored andcommitted
Bump actions/checkout from 4 to 6 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3038632 commit 8ff84bb

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
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: setup .net
1717
uses: actions/setup-dotnet@v5
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: checkout code
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242

4343
- name: setup .net
4444
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)