Skip to content

Commit

Permalink
Bump Fake.Core.Target, etc. to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo committed Sep 2, 2024
1 parent a040b70 commit 6face3a
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 158 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
- name: Pre-test install
uses: actions/setup-dotnet@v4
with:
Expand All @@ -35,7 +32,7 @@ jobs:
with:
path: |-
${{ github.workspace }}/.paket
key: ${{ runner.os }}-nuget-${{ hashFiles('src/Fornax.Seo/Fornax.Seo.fsproj') }}
key: ${{ runner.os }}-nuget-${{ hashFiles('paket.lock') }}
restore-keys: |-
${{ runner.os }}-nuget-
${{ runner.os }}-
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
- name: Pre-build Install
uses: actions/setup-dotnet@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ group fake
generate_load_scripts: true
framework: net8.0

nuget Fake.Core.Target
nuget Fake.DotNet.Cli
nuget Fake.Tools.Git
nuget Fake.Core.Target ~> 6.1.1
nuget Fake.DotNet.Cli ~> 6.1.1
nuget Fake.Tools.Git ~> 6.1.1
Loading

0 comments on commit 6face3a

Please sign in to comment.