Skip to content

Commit 8a1194c

Browse files
committed
ci(workflows): Update actions/checkout to v6
1 parent 6bfc86f commit 8a1194c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ windows-2025, ubuntu-24.04, macos-15 ]
1111
fail-fast: false
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/different-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GitVersion_SemVer: ${{ steps.version_step.outputs.GitVersion_SemVer }}
2121
GitVersion_FullSemVer: ${{ steps.version_step.outputs.GitVersion_FullSemVer }}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/same-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ windows-2025, ubuntu-24.04, macos-15 ]
1111
fail-fast: false
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)