Skip to content

Commit fb8d876

Browse files
chore(deps): update actions/checkout action to v6 (#1376)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 383650a commit fb8d876

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ ubuntu-latest, windows-latest, macos-latest ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- name: Setup .NET SDKs
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
DOTNET_NOLOGO: true
4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 0
5252
- name: Setup .NET SDKs
@@ -77,7 +77,7 @@ jobs:
7777
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7878
DOTNET_NOLOGO: true
7979
steps:
80-
- uses: actions/checkout@v5
80+
- uses: actions/checkout@v6
8181
with:
8282
fetch-depth: 0
8383
- name: Setup .NET SDKs
@@ -118,7 +118,7 @@ jobs:
118118
env:
119119
DOTNET_NOLOGO: true
120120
steps:
121-
- uses: actions/checkout@v5
121+
- uses: actions/checkout@v6
122122
with:
123123
fetch-depth: 0
124124
- name: Setup .NET SDKs

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ ubuntu-latest, windows-latest, macos-latest ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- name: Setup .NET SDKs
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
DOTNET_NOLOGO: true
4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 0
5252
- name: Setup .NET SDKs
@@ -78,7 +78,7 @@ jobs:
7878
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7979
DOTNET_NOLOGO: true
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282
with:
8383
fetch-depth: 0
8484
- name: Setup .NET SDKs

0 commit comments

Comments
 (0)