Skip to content

Commit

Permalink
Merge pull request #27 from gitfool/renovate/minor
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
gitfool authored Jun 15, 2024
2 parents dea4dbb + 70ad7b5 commit c567acd
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].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
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.300
dotnet-version: 8.0.302

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

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

- name: Cake build
id: cake
Expand Down

0 comments on commit c567acd

Please sign in to comment.