Skip to content

Commit cfe3396

Browse files
Bump actions/checkout from 3 to 4 (#226)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61eec4c commit cfe3396

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 0
4242
- uses: actions/setup-dotnet@v3
@@ -112,7 +112,7 @@ jobs:
112112
restore-keys: |
113113
${{ runner.os }}-nuget
114114
115-
- uses: actions/checkout@v3
115+
- uses: actions/checkout@v4
116116
with:
117117
fetch-depth: 0
118118

@@ -189,7 +189,7 @@ jobs:
189189

190190
steps:
191191
- name: Checkout repository
192-
uses: actions/checkout@v3
192+
uses: actions/checkout@v4
193193
with:
194194
fetch-depth: 0
195195

@@ -315,7 +315,7 @@ jobs:
315315
MAJORMINORPATCH: ${{ needs.build.outputs.majorMinorPatch }}
316316

317317
steps:
318-
- uses: actions/checkout@v3
318+
- uses: actions/checkout@v4
319319
with:
320320
fetch-depth: 0
321321

0 commit comments

Comments
 (0)