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:
eric sciple
2025-11-23 19:32:55 -06:00
committed by GitHub
parent 1af3b93b68
commit c2d88d3ecc
9 changed files with 32 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v6
- name: Set Node.js 24.x
uses: actions/setup-node@v4