Skip to content

Commit 2060020

Browse files
Merge pull request #203 from ServiceComposer/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
2 parents 81cd13f + bac26c0 commit 2060020

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@v6.0.0
28+
uses: actions/checkout@v6.0.1
2929
with:
3030
fetch-depth: 0
3131
- name: Setup .NET SDK
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: checkout code
54-
uses: actions/checkout@v6.0.0
54+
uses: actions/checkout@v6.0.1
5555
- name: Setup .NET
5656
uses: actions/setup-dotnet@v5.0.1
5757
with:

.github/workflows/run-markdownsnippets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Process documentation
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v6.0.0
9+
- uses: actions/checkout@v6.0.1
1010
- name: Run MarkdownSnippets
1111
run: |
1212
dotnet tool install --global MarkdownSnippets.Tool

0 commit comments

Comments
 (0)