Skip to content

Commit e32e76c

Browse files
chore(deps): update actions/checkout action to v7
1 parent d71c2ed commit e32e76c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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@v6
16+
- uses: actions/checkout@v7
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@v6
49+
- uses: actions/checkout@v7
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@v6
80+
- uses: actions/checkout@v7
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@v6
121+
- uses: actions/checkout@v7
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@v6
16+
- uses: actions/checkout@v7
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@v6
49+
- uses: actions/checkout@v7
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@v6
81+
- uses: actions/checkout@v7
8282
with:
8383
fetch-depth: 0
8484
- name: Setup .NET SDKs

0 commit comments

Comments
 (0)