Skip to content

Commit 70727a9

Browse files
Merge pull request #123 from ServiceComposer/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0
2 parents 53187e1 + b02ab0b commit 70727a9

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)