Skip to content

Commit 51f3247

Browse files
Bump actions/checkout from 2.4.0 to 3 (#1775)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- 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 a121246 commit 51f3247

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
-
2121
name: Checkout
22-
uses: actions/checkout@v2.4.0
22+
uses: actions/checkout@v3
2323
-
2424
name: Setup .NET
2525
uses: actions/setup-dotnet@v2

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
-
1111
name: Checkout
12-
uses: actions/checkout@v2.4.0
12+
uses: actions/checkout@v3
1313
-
1414
name: Setup .NET
1515
uses: actions/setup-dotnet@v2
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
-
2727
name: Checkout
28-
uses: actions/checkout@v2.4.0
28+
uses: actions/checkout@v3
2929
-
3030
name: Build docs
3131
run: |

0 commit comments

Comments
 (0)