From bcbb91f2a1585920934de1d1ea321a25bc43d3f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:48:35 +0000 Subject: [PATCH] Bump dependencies --- .azure-pipelines.yaml | 2 +- .github/workflows/ci.yaml | 6 +++--- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index be2e19a..54c7f32 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.402 + version: 8.0.403 - bash: dotnet tool restore && dotnet cake --verbosity=verbose displayName: Cake build diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9bb8920..6cef982 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -32,7 +32,7 @@ jobs: uses: actions/setup-dotnet@v4.0.1 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.402 + dotnet-version: 8.0.403 - name: Docker login if: github.event_name != 'pull_request' @@ -47,7 +47,7 @@ jobs: platforms: arm64 - name: Setup buildx - uses: docker/setup-buildx-action@v3.6.1 + uses: docker/setup-buildx-action@v3.7.1 - name: Export runtime uses: crazy-max/ghaction-github-runtime@v3.0.0 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a33b6ea..f1f4958 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.402 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403 - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH - dotnet tool restore && dotnet cake --verbosity=verbose diff --git a/Dockerfile b/Dockerfile index bcd652b..ba22dd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM mcr.microsoft.com/dotnet/sdk:8.0.402-jammy +FROM mcr.microsoft.com/dotnet/sdk:8.0.403-jammy LABEL org.opencontainers.image.source=https://github.com/gitfool/cake-docker