Skip to content

Commit

Permalink
chore(deps): update actions/setup-dotnet action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 06df71c commit 8686a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
apt-get: privoxy libbrotli-dev libmbedtls-dev
- name: Setup .NET Core
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: '7.0.x'
- name: Install dependencies
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: '7.0.x'
- name: Install dependencies
Expand Down

0 comments on commit 8686a03

Please sign in to comment.