Skip to content

Commit

Permalink
Merge pull request #192 from JaCraig/dependabot/github_actions/depend…
Browse files Browse the repository at this point in the history
…encies-be62d4486d

chore: bump actions/setup-dotnet from 4.0.0 to 4.0.1 in the dependencies group
  • Loading branch information
JaCraig authored Jul 10, 2024
2 parents 8f57cff + 0622302 commit 17a6095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docsfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup .NET SDK ${{ matrix.dotnet-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: ${{ matrix.dotnet-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Setup .NET SDK ${{ matrix.dotnet-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: ${{ matrix.dotnet-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK ${{ matrix.dotnet-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Restore dependencies
Expand Down

0 comments on commit 17a6095

Please sign in to comment.