mirror of
https://github.com/actions/checkout.git
synced 2025-11-25 15:56:49 +07:00
Update all references from v5 and v4 to v6 (#2314)
- Updated README.md examples to reference @v6 - Updated all workflow files to use actions/checkout@v6
This commit is contained in:
2
.github/workflows/update-main-version.yml
vendored
2
.github/workflows/update-main-version.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
# Note this update workflow can also be used as a rollback tool.
|
||||
# For that reason, it's best to pin `actions/checkout` to a known, stable version
|
||||
# (typically, about two releases back).
|
||||
- uses: actions/checkout@v4.1.6
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Git config
|
||||
|
||||
Reference in New Issue
Block a user