Skip to content

Commit

Permalink
Merge pull request #30 from gitfool/renovate/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Oct 12, 2024
2 parents 0a71050 + a27108d commit eebf6f4
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
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.402
dotnet-version: 8.0.403

- name: Cake build
id: cake
Expand All @@ -104,7 +104,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/[email protected].0
uses: actions/[email protected].1
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.402
dotnet-version: 8.0.403

- name: Cake build
id: cake
Expand All @@ -147,7 +147,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout source
uses: actions/[email protected].0
uses: actions/[email protected].1
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.402
dotnet-version: 8.0.403

- name: Cake build
id: cake
Expand Down

0 comments on commit eebf6f4

Please sign in to comment.