-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db8beb8
commit 25a33a4
Showing
3 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,14 @@ 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 | ||
show-progress: false | ||
|
||
- name: Cache packages | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.1 | ||
with: | ||
path: ${{ env.NUGET_PACKAGES }} | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} | ||
|
@@ -46,7 +46,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 | ||
|
@@ -56,10 +56,10 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
# renovate: datasource=dotnet depName=dotnet-sdk | ||
dotnet-version: 8.0.402 | ||
dotnet-version: 8.0.403 | ||
|
||
- name: Cache packages | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.1 | ||
with: | ||
path: ${{ env.NUGET_PACKAGES }} | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} | ||
|
@@ -72,7 +72,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 | ||
|
@@ -82,10 +82,10 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
# renovate: datasource=dotnet depName=dotnet-sdk | ||
dotnet-version: 8.0.402 | ||
dotnet-version: 8.0.403 | ||
|
||
- name: Cache packages | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.1 | ||
with: | ||
path: ${{ env.NUGET_PACKAGES }} | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} | ||
|
@@ -98,7 +98,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 | ||
|
@@ -108,10 +108,10 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
# renovate: datasource=dotnet depName=dotnet-sdk | ||
dotnet-version: 8.0.402 | ||
dotnet-version: 8.0.403 | ||
|
||
- name: Cache packages | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.1 | ||
with: | ||
path: ${{ env.NUGET_PACKAGES }} | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters