From 8686a03c45cb79ef5acecf40b599ba216284a60d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:57:40 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v4 --- .github/workflows/backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index a0924bb3..178d5b08 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -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 @@ -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