From 89b2d72366724615b8b7907c83942781c81b7d56 Mon Sep 17 00:00:00 2001 From: Pavel Lisovin Date: Mon, 18 Sep 2023 10:13:05 +0100 Subject: [PATCH] Bump up some .net libraries --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/build-no-cache.yml | 2 +- .github/workflows/build.yml | 2 +- GetIntoTeachingApi/GetIntoTeachingApi.csproj | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ec44ee668..ea0604b3a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -67,7 +67,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v4 with: push: ${{ github.ref == 'refs/heads/master' }} builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/build-no-cache.yml b/.github/workflows/build-no-cache.yml index caf0a5398..44b595721 100644 --- a/.github/workflows/build-no-cache.yml +++ b/.github/workflows/build-no-cache.yml @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v4 with: tags: ${{ env.DOCKER_REPOSITORY }}:master load: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14b90ad76..b9896358d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v4 with: push: ${{ github.ref == 'refs/heads/master' }} builder: ${{ steps.buildx.outputs.name }} diff --git a/GetIntoTeachingApi/GetIntoTeachingApi.csproj b/GetIntoTeachingApi/GetIntoTeachingApi.csproj index 19ea1f362..3dc55ea9c 100644 --- a/GetIntoTeachingApi/GetIntoTeachingApi.csproj +++ b/GetIntoTeachingApi/GetIntoTeachingApi.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -26,7 +26,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + @@ -63,7 +63,7 @@ - +