README.md: bump actions/checkout to latest version 7 (#1578)

Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com>
This commit is contained in:
Andreas Deininger
2026-07-17 12:47:13 -05:00
committed by GitHub
co-authored by Haritha
parent 1b7c366466
commit b789df37d6
2 changed files with 27 additions and 27 deletions
+5 -5
View File
@@ -119,7 +119,7 @@ See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
@@ -169,7 +169,7 @@ See the examples of using cache for `yarn`/`pnpm` and `cache-dependency-path` in
```yaml
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
@@ -182,7 +182,7 @@ steps:
```yaml
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
@@ -198,7 +198,7 @@ This behavior is controlled by the `package-manager-cache` input, which defaults
```yaml
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
package-manager-cache: false
@@ -217,7 +217,7 @@ jobs:
node: [ 20, 22, 24 ]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Setup node
uses: actions/setup-node@v7
with: