Skip to content

Commit 5384c94

Browse files
Merge pull request #100 from ServiceComposer/dependabot/github_actions/actions/checkout-3.2.0
Bump actions/checkout from 2.4.0 to 3.2.0
2 parents 514cbd5 + 372545d commit 5384c94

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)