Skip to content

Commit f803258

Browse files
chore(deps): update actions/checkout action to v5 (#1323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e16474f commit f803258

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@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
- name: Setup .NET SDKs
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
DOTNET_NOLOGO: true
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
with:
5050
fetch-depth: 0
5151
- name: Setup .NET SDKs
@@ -75,7 +75,7 @@ jobs:
7575
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7676
DOTNET_NOLOGO: true
7777
steps:
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979
with:
8080
fetch-depth: 0
8181
- name: Setup .NET SDKs
@@ -115,7 +115,7 @@ jobs:
115115
env:
116116
DOTNET_NOLOGO: true
117117
steps:
118-
- uses: actions/checkout@v4
118+
- uses: actions/checkout@v5
119119
with:
120120
fetch-depth: 0
121121
- 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@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
- name: Setup .NET SDKs
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
DOTNET_NOLOGO: true
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
with:
5050
fetch-depth: 0
5151
- name: Setup .NET SDKs
@@ -76,7 +76,7 @@ jobs:
7676
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7777
DOTNET_NOLOGO: true
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v5
8080
with:
8181
fetch-depth: 0
8282
- name: Setup .NET SDKs

0 commit comments

Comments
 (0)