Update actions/checkout action to v6 (#202)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-25 23:23:08 -05:00
committed by GitHub
parent a597d80ea3
commit 919b100feb
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
# We want a full clone of the repo so that the rev-list count below is correct # We want a full clone of the repo so that the rev-list count below is correct
fetch-depth: 0 fetch-depth: 0

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: main ref: main
path: main path: main