From fa88a1fb59d3f094424c5d78bb4dd47a17753edd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:54:12 +0000 Subject: [PATCH] Bump dependencies --- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 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 972e21c..69ef7d9 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.1 + uses: actions/checkout@v4.2.2 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.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 filter: tree:0 @@ -80,7 +80,7 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v4.0.1 + uses: actions/setup-dotnet@v4.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 8.0.403 @@ -104,7 +104,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 @@ -123,7 +123,7 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v4.0.1 + uses: actions/setup-dotnet@v4.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 8.0.403 @@ -147,7 +147,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 @@ -166,7 +166,7 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v4.0.1 + uses: actions/setup-dotnet@v4.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 8.0.403