We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfc86f commit 8a1194cCopy full SHA for 8a1194c
3 files changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
os: [ windows-2025, ubuntu-24.04, macos-15 ]
11
fail-fast: false
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
with:
15
fetch-depth: 0
16
.github/workflows/different-job.yml
@@ -20,7 +20,7 @@ jobs:
20
GitVersion_SemVer: ${{ steps.version_step.outputs.GitVersion_SemVer }}
21
GitVersion_FullSemVer: ${{ steps.version_step.outputs.GitVersion_FullSemVer }}
22
23
24
25
26
.github/workflows/same-job.yml
0 commit comments