Skip to content

Commit

Permalink
Merge pull request #130 from gitfool/renovate/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Oct 12, 2024
2 parents a2e7787 + bcbb91f commit a92dfc6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0
filter: tree:0
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/[email protected]
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'
Expand All @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a92dfc6

Please sign in to comment.