Skip to content

Commit b02ab0b

Browse files
Bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53187e1 commit b02ab0b

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@v4.0.0
28+
uses: actions/checkout@v4.1.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@v4.0.0
13+
- uses: actions/checkout@v4.1.0
1414
- name: Run MarkdownSnippets
1515
run: |
1616
dotnet tool install --global MarkdownSnippets.Tool

0 commit comments

Comments
 (0)