From a595b483bafe84287155328d6f9c051cf3537bb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:44:05 +0000 Subject: [PATCH] Bump dependencies --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cabee3..0d34827 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.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 show-progress: false - name: Cache packages - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 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.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -59,7 +59,7 @@ jobs: dotnet-version: 8.0.402 - name: Cache packages - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 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.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -85,7 +85,7 @@ jobs: dotnet-version: 8.0.402 - name: Cache packages - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 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.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -111,7 +111,7 @@ jobs: dotnet-version: 8.0.402 - name: Cache packages - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}