Skip to content

Commit

Permalink
Merge pull request #15 from gitfool/renovate/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Oct 21, 2023
2 parents 9c31e76 + e9a9408 commit f4c1bd0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
container: dockfool/cake-docker:latest
steps:
- name: Checkout source
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
submodules: recursive
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
submodules: recursive
Expand All @@ -81,7 +81,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.400
dotnet-version: 7.0.402

- name: Cake build
id: cake
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
submodules: recursive
Expand All @@ -123,7 +123,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.400
dotnet-version: 7.0.402

- name: Cake build
id: cake
Expand All @@ -144,7 +144,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout source
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
submodules: recursive
Expand All @@ -165,7 +165,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.400
dotnet-version: 7.0.402

- name: Cake build
id: cake
Expand Down

0 comments on commit f4c1bd0

Please sign in to comment.