Skip to content

Commit 33b0b83

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ ubuntu-latest, windows-latest, macos-latest ]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- name: Setup .NET SDKs
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
DOTNET_NOLOGO: true
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0
5252
- 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
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
DOTNET_NOLOGO: true
116116
steps:
117-
- uses: actions/checkout@v4
117+
- uses: actions/checkout@v5
118118
with:
119119
fetch-depth: 0
120120
- name: Setup .NET SDKs

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ ubuntu-latest, windows-latest, macos-latest ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- 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
permissions:
7777
pull-requests: write
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v5
8080
with:
8181
fetch-depth: 0
8282
- name: Setup .NET SDKs
@@ -101,7 +101,7 @@ jobs:
101101
permissions:
102102
pull-requests: write
103103
steps:
104-
- uses: actions/checkout@v4
104+
- uses: actions/checkout@v5
105105
with:
106106
fetch-depth: 0
107107
- name: Setup .NET SDKs
@@ -125,7 +125,7 @@ jobs:
125125
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
126126
DOTNET_NOLOGO: true
127127
steps:
128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v5
129129
with:
130130
fetch-depth: 0
131131
- name: Setup .NET SDKs

0 commit comments

Comments
 (0)