From 1e0c7058b8dc29d9991fc1dd4c7733ed763469bd 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 +- GetIntoTeachingApi/GetIntoTeachingApi.csproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 820708f91..e1b7827f5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -72,7 +72,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 86d9ac180..7430adaab 100644 --- a/.github/workflows/build-no-cache.yml +++ b/.github/workflows/build-no-cache.yml @@ -48,7 +48,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/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 @@ - +