Skip to content

Commit

Permalink
Merge pull request #48 from mauroservienti/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-3.5.3

Bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
github-actions[bot] authored Jun 12, 2023
2 parents f734488 + ffc6755 commit b2afe70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Setup .NET SDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-markdownsnippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Process documentation
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: Run MarkdownSnippets
run: |
dotnet tool install --global MarkdownSnippets.Tool
Expand Down

0 comments on commit b2afe70

Please sign in to comment.