Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Update actions/setup-dotnet action to v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 14, 2021
1 parent 13a531f commit 6dbb506
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 @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Set .NET core up
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
dotnet-version: 5.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ env.RELEASE_TAG }}

- name: Set .NET core up
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
dotnet-version: 5.0.x

Expand Down

0 comments on commit 6dbb506

Please sign in to comment.