Skip to content

Commit eebf6f4

Browse files
authored
Merge pull request #30 from gitfool/renovate/minor
2 parents 0a71050 + a27108d commit eebf6f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
container: dockfool/cake-docker:latest
2525
steps:
2626
- name: Checkout source
27-
uses: actions/checkout@v4.2.0
27+
uses: actions/checkout@v4.2.1
2828
with:
2929
fetch-depth: 0
3030
filter: tree:0
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Checkout source
64-
uses: actions/checkout@v4.2.0
64+
uses: actions/checkout@v4.2.1
6565
with:
6666
fetch-depth: 0
6767
filter: tree:0
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/setup-dotnet@v4.0.1
8484
with:
8585
# renovate: datasource=dotnet depName=dotnet-sdk
86-
dotnet-version: 8.0.402
86+
dotnet-version: 8.0.403
8787

8888
- name: Cake build
8989
id: cake
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: macos-latest
105105
steps:
106106
- name: Checkout source
107-
uses: actions/checkout@v4.2.0
107+
uses: actions/checkout@v4.2.1
108108
with:
109109
fetch-depth: 0
110110
filter: tree:0
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/setup-dotnet@v4.0.1
127127
with:
128128
# renovate: datasource=dotnet depName=dotnet-sdk
129-
dotnet-version: 8.0.402
129+
dotnet-version: 8.0.403
130130

131131
- name: Cake build
132132
id: cake
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: windows-latest
148148
steps:
149149
- name: Checkout source
150-
uses: actions/checkout@v4.2.0
150+
uses: actions/checkout@v4.2.1
151151
with:
152152
fetch-depth: 0
153153
filter: tree:0
@@ -169,7 +169,7 @@ jobs:
169169
uses: actions/setup-dotnet@v4.0.1
170170
with:
171171
# renovate: datasource=dotnet depName=dotnet-sdk
172-
dotnet-version: 8.0.402
172+
dotnet-version: 8.0.403
173173

174174
- name: Cake build
175175
id: cake

0 commit comments

Comments
 (0)