Skip to content

Commit

Permalink
Merge pull request #29 from gitfool/renovate/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Sep 29, 2024
2 parents e5cae0e + 168237f commit 0a71050
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@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
filter: tree:0
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
filter: tree:0
Expand All @@ -83,7 +83,7 @@ jobs:
uses: actions/[email protected]
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.303
dotnet-version: 8.0.402

- name: Cake build
id: cake
Expand All @@ -104,7 +104,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
filter: tree:0
Expand All @@ -126,7 +126,7 @@ jobs:
uses: actions/[email protected]
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.303
dotnet-version: 8.0.402

- name: Cake build
id: cake
Expand All @@ -147,7 +147,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
filter: tree:0
Expand All @@ -169,7 +169,7 @@ jobs:
uses: actions/[email protected]
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.303
dotnet-version: 8.0.402

- name: Cake build
id: cake
Expand Down

0 comments on commit 0a71050

Please sign in to comment.