Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent db8beb8 commit 697e8e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand All @@ -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
Expand All @@ -59,7 +59,7 @@ jobs:
dotnet-version: 8.0.402

- name: Cache packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand All @@ -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
Expand All @@ -85,7 +85,7 @@ jobs:
dotnet-version: 8.0.402

- name: Cache packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand All @@ -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
Expand All @@ -111,7 +111,7 @@ jobs:
dotnet-version: 8.0.402

- name: Cache packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand Down

0 comments on commit 697e8e2

Please sign in to comment.