0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-11-28 01:51:57 +02:00

Update all references from v5 and v4 to v6

- Updated README.md examples to reference @v6
- Updated all workflow files to use actions/checkout@v6
This commit is contained in:
eric sciple 2025-11-24 00:58:41 +00:00
parent 1af3b93b68
commit c8175b1288
9 changed files with 32 additions and 32 deletions

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Checking out
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Publish
id: publish
uses: actions/publish-immutable-action@0.0.3