diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6554b5..aa85729 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,14 +22,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 filter: tree:0 show-progress: false - name: Install dotnet - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 10.0.100 diff --git a/Dockerfile b/Dockerfile index 4e0f754..314df20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ EOF RUN <