Skip to content

Commit ccca48f

Browse files
Bump actions/checkout from 5 to 6 (#406)
1 parent 799cf62 commit ccca48f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535

3636
- uses: maxim-lobanov/setup-xcode@v1
3737
if: runner.os == 'macOS'

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
os: [windows-latest, macos-26]
4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Set Latest Xcode Version
4949
if: runner.os == 'macOS'
@@ -88,7 +88,7 @@ jobs:
8888
os: [windows-latest, macos-26]
8989
steps:
9090
- name: Checkout code
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292

9393
- name: Set NuGet Version to Tag Number
9494
if: startsWith(github.ref, 'refs/tags/')

.github/workflows/dotnet-format-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run: dotnet tool install -g dotnet-format
1111

1212
- name: Checkout repo
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
ref: ${{ github.head_ref }}
1616

0 commit comments

Comments
 (0)