Skip to content

Commit

Permalink
(Build) Update GitHub Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 4, 2024
1 parent 5856938 commit 5c7a0e1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,23 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- name: Get the sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install .NET SDK 8.0.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
- name: Install .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

- name: Run Cake script
uses: cake-build/cake-action@v2
uses: cake-build/cake-action@e313098c20bca582d10e19cbae215378d1f3b903
env:
NuGetReportSettings_SharedKey: ${{ secrets.NUGETREPORTSETTINGS_SHAREDKEY }}
NuGetReportSettings_WorkspaceId: ${{ secrets.NUGETREPORTSETTINGS_WORKSPACEID }}
Expand Down

0 comments on commit 5c7a0e1

Please sign in to comment.