Skip to content

Commit 372545d

Browse files
Bump actions/checkout from 2.4.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 514cbd5 commit 372545d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2.4.0
28+
uses: actions/checkout@v3.2.0
2929
with:
3030
fetch-depth: 0
3131
- name: Setup .NET SDK

.github/workflows/run-markdownsnippets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Process documentation
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3.2.0
1414
- name: Run MarkdownSnippets
1515
run: |
1616
dotnet tool install --global MarkdownSnippets.Tool

0 commit comments

Comments
 (0)