diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20b19307..45dff4bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: container: dockfool/cake-docker:latest steps: - name: Checkout source - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 filter: tree:0 @@ -34,13 +34,13 @@ jobs: - name: Docker login if: github.event_name != 'pull_request' - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} - name: Setup buildx - uses: docker/setup-buildx-action@v3.11.1 + uses: docker/setup-buildx-action@v3.12.0 - name: Export runtime uses: crazy-max/ghaction-github-runtime@v3.1.0 diff --git a/Aws/Aws.csproj b/Aws/Aws.csproj index 19e5a159..5d469783 100644 --- a/Aws/Aws.csproj +++ b/Aws/Aws.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/Cli/Cli.csproj b/Cli/Cli.csproj index 53e36cff..2f642952 100644 --- a/Cli/Cli.csproj +++ b/Cli/Cli.csproj @@ -29,18 +29,18 @@ - - - - + + + + - - + + diff --git a/Cli/Dockerfile b/Cli/Dockerfile index 8b71e8a8..aa2deaf0 100644 --- a/Cli/Dockerfile +++ b/Cli/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM mcr.microsoft.com/dotnet/aspnet:9.0.9-noble +FROM mcr.microsoft.com/dotnet/aspnet:9.0.16-noble LABEL org.opencontainers.image.source=https://github.com/gitfool/Pulumi.Dungeon @@ -16,7 +16,7 @@ EOF # renovate: datasource=github-tags depName=kubectl packageName=kubernetes/kubectl extractVersion=^kubernetes-(?.+)$ RUN < /etc/bash_completion.d/kubectl @@ -27,7 +27,7 @@ EOF # renovate: datasource=github-releases depName=aws-iam-authenticator packageName=kubernetes-sigs/aws-iam-authenticator RUN < - - + + diff --git a/Library/Library.csproj b/Library/Library.csproj index b25db1a3..da3f800c 100644 --- a/Library/Library.csproj +++ b/Library/Library.csproj @@ -4,9 +4,9 @@ - - - + + +