Skip to content

Commit bd0955d

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1018ca0 commit bd0955d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
nuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
4848

@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Checkout repository
85-
uses: actions/checkout@v3
85+
uses: actions/checkout@v4
8686
with:
8787
fetch-depth: 0
8888

@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- name: Checkout repository
126-
uses: actions/checkout@v3
126+
uses: actions/checkout@v4
127127
with:
128128
fetch-depth: 0
129129

@@ -201,7 +201,7 @@ jobs:
201201
restore-keys: |
202202
${{ runner.os }}-nuget
203203
204-
- uses: actions/checkout@v3
204+
- uses: actions/checkout@v4
205205
with:
206206
fetch-depth: 0
207207

@@ -264,7 +264,7 @@ jobs:
264264
DOTNET_TEST: ${{ matrix.database }}
265265
steps:
266266
- name: Checkout repository
267-
uses: actions/checkout@v3
267+
uses: actions/checkout@v4
268268
with:
269269
fetch-depth: 0
270270

@@ -329,7 +329,7 @@ jobs:
329329

330330
steps:
331331
- name: Checkout repository
332-
uses: actions/checkout@v3
332+
uses: actions/checkout@v4
333333
with:
334334
fetch-depth: 0
335335

@@ -468,7 +468,7 @@ jobs:
468468
env:
469469
SEMVER: ${{ needs.calc-version.outputs.semVer }}
470470
steps:
471-
- uses: actions/checkout@v3
471+
- uses: actions/checkout@v4
472472
with:
473473
fetch-depth: 0
474474

@@ -555,7 +555,7 @@ jobs:
555555
MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }}
556556

557557
steps:
558-
- uses: actions/checkout@v3
558+
- uses: actions/checkout@v4
559559
with:
560560
fetch-depth: 0
561561

0 commit comments

Comments
 (0)