Update actions/checkout action to v6 #25

Merged
mcmuzzle merged 1 commits from renovate/actions-checkout-6.x into main 2026-02-05 17:55:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
dotnet-version: [ '8.0.x' ] dotnet-version: [ '8.0.x' ]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:

View File

@@ -24,7 +24,7 @@ jobs:
steps: steps:
- name: Check out the code - name: Check out the code
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup .NET - name: Setup .NET