diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccf0f65..972e21c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: container: dockfool/cake-docker:latest steps: - name: Checkout source - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -61,7 +61,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 @@ -83,7 +83,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: Cake build id: cake @@ -104,7 +104,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -126,7 +126,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: Cake build id: cake @@ -147,7 +147,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -169,7 +169,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: Cake build id: cake