From b7b5ca6f520242c62f170749f9bb991c28c435b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:08:36 +0000 Subject: [PATCH] Bump dependencies --- .azure-pipelines.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .gitlab-ci.yml | 2 +- Dockerfile | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 54c7f32..05d0aaa 100644 --- a/.azure-pipelines.yaml +++ b/.azure-pipelines.yaml @@ -25,7 +25,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.403 + version: 8.0.404 - bash: dotnet tool restore && dotnet cake --verbosity=verbose displayName: Cake build diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d58004f..3efebff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-dotnet@v4.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.403 + dotnet-version: 8.0.404 - name: Docker login if: github.event_name != 'pull_request' diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1f4958..11f9011 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,6 @@ build: script: - curl -fsSL https://get.docker.com/ | bash -s # renovate: datasource=dotnet depName=dotnet-sdk - - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.404 - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH - dotnet tool restore && dotnet cake --verbosity=verbose diff --git a/Dockerfile b/Dockerfile index 7eea21b..92efd81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM mcr.microsoft.com/dotnet/sdk:8.0.403-jammy +FROM mcr.microsoft.com/dotnet/sdk:8.0.404-jammy LABEL org.opencontainers.image.source=https://github.com/gitfool/cake-docker @@ -60,7 +60,7 @@ EOF RUN <