Skip to content

Commit 94747f1

Browse files
committed
updated checkout to v5
1 parent ff9e209 commit 94747f1

File tree

15 files changed

+21
-21
lines changed

15 files changed

+21
-21
lines changed

.github/actions/code-coverage/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
using: composite
2525
steps:
2626
- name: 'Checkout ${{ github.head_ref || github.ref }}'
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: 'Setup .NET ${{ inputs.dotnet_sdk_version }}'
3030
uses: actions/setup-dotnet@v4

.github/actions/compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
using: "composite"
5151
steps:
5252
- name: 'Checkout ${{ github.head_ref || github.ref }}'
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454

5555
- name: 'Setup .NET ${{ inputs.dotnet_sdk_version }}'
5656
uses: actions/setup-dotnet@v4

.github/actions/determine-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
steps:
4545

4646
- name: 'Checkout ${{ github.head_ref || github.ref }}'
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
fetch-depth: 0
5050

.github/actions/docfx-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: composite
2323
steps:
2424
- name: 'Checkout ${{ github.head_ref || github.ref }}'
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Dotnet Setup
2727
uses: actions/setup-dotnet@v4
2828
with:

.github/actions/docfx-metadata/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
using: composite
2727
steps:
2828
- name: 'Checkout ${{ github.head_ref || github.ref }}'
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Dotnet Setup
3131
uses: actions/setup-dotnet@v4
3232
with:

.github/actions/publish-nuget-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
exit 1
3939
4040
- name: 'Checkout ${{ github.head_ref || github.ref }}'
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: Download package artifact
4444
uses: actions/download-artifact@v5

.github/actions/push-changes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
using: "composite"
2626
steps:
2727
- name: 'Checkout ${{ github.head_ref || github.ref }}'
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Dotnet Setup
3131
uses: actions/setup-dotnet@v4

.github/actions/test-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
using: composite
2626
steps:
2727
- name: 'Checkout ${{ github.head_ref || github.ref }}'
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: 'Setup .NET ${{ inputs.dotnet_sdk_version }}'
3131
uses: actions/setup-dotnet@v4

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
using: composite
5151
steps:
5252
- name: 'Checkout ${{ github.head_ref || github.ref }}'
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454

5555
- name: 'Setup .NET ${{ inputs.dotnet_sdk_version }}'
5656
uses: actions/setup-dotnet@v4

.github/actions/write-file-to-summary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: composite
1818
steps:
1919
- name: 'Checkout ${{ github.head_ref || github.ref }}'
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Writing ${{ inputs.file }} to step summary
2323
shell: bash

0 commit comments

Comments
 (0)