Skip to content

Commit 8194146

Browse files
Bump dependencies
1 parent 82ad721 commit 8194146

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "4.0.0",
6+
"version": "4.1.0",
77
"commands": [
88
"dotnet-cake"
99
]

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
container: dockfool/cake-docker:latest
2727
steps:
2828
- name: Checkout source
29-
uses: actions/checkout@v4.2.1
29+
uses: actions/checkout@v4.2.2
3030
with:
3131
fetch-depth: 0
3232
filter: tree:0
3333
show-progress: false
3434

3535
- name: Cache packages
36-
uses: actions/cache@v4.1.1
36+
uses: actions/cache@v4.1.2
3737
with:
3838
path: ${{ env.NUGET_PACKAGES }}
3939
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout source
49-
uses: actions/checkout@v4.2.1
49+
uses: actions/checkout@v4.2.2
5050
with:
5151
fetch-depth: 0
5252
filter: tree:0
@@ -59,7 +59,7 @@ jobs:
5959
dotnet-version: 8.0.403
6060

6161
- name: Cache packages
62-
uses: actions/cache@v4.1.1
62+
uses: actions/cache@v4.1.2
6363
with:
6464
path: ${{ env.NUGET_PACKAGES }}
6565
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: macos-latest
7373
steps:
7474
- name: Checkout source
75-
uses: actions/checkout@v4.2.1
75+
uses: actions/checkout@v4.2.2
7676
with:
7777
fetch-depth: 0
7878
filter: tree:0
@@ -85,7 +85,7 @@ jobs:
8585
dotnet-version: 8.0.403
8686

8787
- name: Cache packages
88-
uses: actions/cache@v4.1.1
88+
uses: actions/cache@v4.1.2
8989
with:
9090
path: ${{ env.NUGET_PACKAGES }}
9191
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: windows-latest
9999
steps:
100100
- name: Checkout source
101-
uses: actions/checkout@v4.2.1
101+
uses: actions/checkout@v4.2.2
102102
with:
103103
fetch-depth: 0
104104
filter: tree:0
@@ -111,7 +111,7 @@ jobs:
111111
dotnet-version: 8.0.403
112112

113113
- name: Cache packages
114-
uses: actions/cache@v4.1.1
114+
uses: actions/cache@v4.1.2
115115
with:
116116
path: ${{ env.NUGET_PACKAGES }}
117117
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}

0 commit comments

Comments
 (0)