Skip to content

Commit 48604a0

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77d616d commit 48604a0

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@v4
34+
uses: actions/checkout@v5
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-15]
4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Set Latest Xcode Version
4949
if: runner.os == 'macOS'
@@ -88,7 +88,7 @@ jobs:
8888
os: [windows-latest, macos-15]
8989
steps:
9090
- name: Checkout code
91-
uses: actions/checkout@v4
91+
uses: actions/checkout@v5
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@v4
13+
uses: actions/checkout@v5
1414
with:
1515
ref: ${{ github.head_ref }}
1616

0 commit comments

Comments
 (0)