We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ebe7e commit 65928adCopy full SHA for 65928ad
.github/workflows/benchmarks.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Checkout code
34
- uses: actions/checkout@main
+ uses: actions/checkout@4
35
36
- uses: maxim-lobanov/setup-xcode@v1
37
if: runner.os == 'macOS'
.github/workflows/dotnet-build.yml
@@ -44,7 +44,7 @@ jobs:
44
os: [windows-latest, macos-15]
45
46
47
48
49
- name: Set Latest Xcode Version
50
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
- name: Set NuGet Version to Tag Number
95
if: startsWith(github.ref, 'refs/tags/')
0 commit comments