Skip to content

Commit

Permalink
chore(deps): update actions/setup-dotnet action to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 22, 2021
1 parent 2dfee0b commit 77d8669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
apt-get: privoxy libbrotli-dev libmbedtls-dev
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: '5.0.x'
- name: Install dependencies
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: '5.0.x'
- name: Install dependencies
Expand Down

0 comments on commit 77d8669

Please sign in to comment.