Skip to content

Commit 1bca704

Browse files
Bump dependencies
1 parent 9c06855 commit 1bca704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.config/dotnet-tools.json

+1-1
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.2.0",
77
"commands": [
88
"dotnet-cake"
99
]

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
container: dockfool/cake-docker:latest
2020
steps:
2121
- name: Checkout source
22-
uses: actions/checkout@v4.2.1
22+
uses: actions/checkout@v4.2.2
2323
with:
2424
fetch-depth: 0
2525
filter: tree:0
2626
show-progress: false
2727

2828
- name: Cache packages
29-
uses: actions/cache@v4.1.1
29+
uses: actions/cache@v4.1.2
3030
with:
3131
path: ${{ env.NUGET_PACKAGES }}
3232
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}

0 commit comments

Comments
 (0)