Skip to content

Commit 4b835d0

Browse files
dependabot[bot]msallin
authored andcommitted
Bump actions/checkout from 6 to 7
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>
1 parent b1cafcc commit 4b835d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id-token: write # Required for NuGet Trusted Publishing; without it NuGet/login fails with 403.
2828
contents: write # Required to create the GitHub Release; a job-level block drops inherited defaults.
2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131

3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@v5

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515
timeout-minutes: 15
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)