From efb8af7b25e282f3807a148ad361a767e5d8afab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:50:01 +0000 Subject: [PATCH] Bump dependencies --- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index da200cd..1f95b27 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "4.0.0", + "version": "4.2.0", "commands": [ "dotnet-cake" ] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a13a38..cc4013b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,14 +26,14 @@ jobs: container: dockfool/cake-docker:latest steps: - name: Checkout source - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 filter: tree:0 show-progress: false - name: Cache packages - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 filter: tree:0 @@ -59,7 +59,7 @@ jobs: dotnet-version: 8.0.403 - name: Cache packages - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -72,7 +72,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 filter: tree:0 @@ -85,7 +85,7 @@ jobs: dotnet-version: 8.0.403 - name: Cache packages - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -98,7 +98,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 filter: tree:0 @@ -111,7 +111,7 @@ jobs: dotnet-version: 8.0.403 - name: Cache packages - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}