Skip to content

Commit cbf95b9

Browse files
authored
Merge pull request #117 from gitfool/renovate/minor
2 parents 82ad721 + 7852363 commit cbf95b9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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

+11-11
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/[email protected].1
29+
uses: actions/[email protected].2
3030
with:
3131
fetch-depth: 0
3232
filter: tree:0
3333
show-progress: false
3434

3535
- name: Cache packages
36-
uses: actions/[email protected].1
36+
uses: actions/[email protected].2
3737
with:
3838
path: ${{ env.NUGET_PACKAGES }}
3939
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -46,20 +46,20 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout source
49-
uses: actions/[email protected].1
49+
uses: actions/[email protected].2
5050
with:
5151
fetch-depth: 0
5252
filter: tree:0
5353
show-progress: false
5454

5555
- name: Install dotnet
56-
uses: actions/setup-dotnet@v4.0.1
56+
uses: actions/setup-dotnet@v4.1.0
5757
with:
5858
# renovate: datasource=dotnet depName=dotnet-sdk
5959
dotnet-version: 8.0.403
6060

6161
- name: Cache packages
62-
uses: actions/[email protected].1
62+
uses: actions/[email protected].2
6363
with:
6464
path: ${{ env.NUGET_PACKAGES }}
6565
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -72,20 +72,20 @@ jobs:
7272
runs-on: macos-latest
7373
steps:
7474
- name: Checkout source
75-
uses: actions/[email protected].1
75+
uses: actions/[email protected].2
7676
with:
7777
fetch-depth: 0
7878
filter: tree:0
7979
show-progress: false
8080

8181
- name: Install dotnet
82-
uses: actions/setup-dotnet@v4.0.1
82+
uses: actions/setup-dotnet@v4.1.0
8383
with:
8484
# renovate: datasource=dotnet depName=dotnet-sdk
8585
dotnet-version: 8.0.403
8686

8787
- name: Cache packages
88-
uses: actions/[email protected].1
88+
uses: actions/[email protected].2
8989
with:
9090
path: ${{ env.NUGET_PACKAGES }}
9191
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -98,20 +98,20 @@ jobs:
9898
runs-on: windows-latest
9999
steps:
100100
- name: Checkout source
101-
uses: actions/[email protected].1
101+
uses: actions/[email protected].2
102102
with:
103103
fetch-depth: 0
104104
filter: tree:0
105105
show-progress: false
106106

107107
- name: Install dotnet
108-
uses: actions/setup-dotnet@v4.0.1
108+
uses: actions/setup-dotnet@v4.1.0
109109
with:
110110
# renovate: datasource=dotnet depName=dotnet-sdk
111111
dotnet-version: 8.0.403
112112

113113
- name: Cache packages
114-
uses: actions/[email protected].1
114+
uses: actions/[email protected].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)