Skip to content

Commit 22f4e9d

Browse files
chore(deps): bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2356ffb commit 22f4e9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# If you do not check out your code, Copilot will do this for you.
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v5.0.1
29+
uses: actions/checkout@v6.0.0
3030

3131
- name: Setup .NET 9.x
3232
uses: actions/setup-dotnet@v5

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- dotnet-version: 9.x
2121
framework: net9.0
2222
steps:
23-
- uses: actions/checkout@v5.0.1
23+
- uses: actions/checkout@v6.0.0
2424
- name: Setup .NET 9.x
2525
uses: actions/setup-dotnet@v5
2626
with:
@@ -40,7 +40,7 @@ jobs:
4040
buildSamples:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v5.0.1
43+
- uses: actions/checkout@v6.0.0
4444
- name: Setup .NET 9.x
4545
uses: actions/setup-dotnet@v5
4646
with:

0 commit comments

Comments
 (0)