Skip to content

Commit e86876c

Browse files
chore(deps)(deps): Bump actions/checkout from 6 to 7 (#73)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d174acc commit e86876c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
2323

2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
with:
2727
fetch-depth: 0 # Récupère tout l'historique pour GitVersion
2828

@@ -78,7 +78,7 @@ jobs:
7878
if: startsWith(github.ref, 'refs/tags/')
7979

8080
steps:
81-
- uses: actions/checkout@v6
81+
- uses: actions/checkout@v7
8282
with:
8383
fetch-depth: 0
8484

0 commit comments

Comments
 (0)