Skip to content

Commit 3c50f93

Browse files
Bump actions/checkout from 6 to 7 (#1913)
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 e6b48b4 commit 3c50f93

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: true
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0
3131

@@ -75,7 +75,7 @@ jobs:
7575
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v6
78+
uses: actions/checkout@v7
7979
with:
8080
fetch-depth: 0
8181
- name: Setup .NET Core ${{ matrix.dotnet }}

.github/workflows/depsreview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v5

0 commit comments

Comments
 (0)