Merge pull request #4 from wangdage12/dependabot/github_actions/dot-github/workflows/actions/checkout-6

Bump actions/checkout from 5 to 6 in /.github/workflows
This commit is contained in:
wangdage12
2025-11-24 21:24:48 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ jobs:
runs-on: ${{ needs.select-runner.outputs.runner }} runs-on: ${{ needs.select-runner.outputs.runner }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Setup .NET (self-hosted) - name: Setup .NET (self-hosted)
if: ${{ needs.select-runner.outputs.runner == 'sjc1' }} if: ${{ needs.select-runner.outputs.runner == 'sjc1' }}

View File

@@ -21,7 +21,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: develop ref: develop
fetch-depth: 0 fetch-depth: 0