Skip to content

Commit

Permalink
Merge pull request #100 from fsharp/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
nojaf authored Dec 11, 2023
2 parents 81ec880 + b6e3515 commit ad2c0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: ${{ env.FSHARP_DIR }}
ref: main
- name: Setup .NET for FSharp
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: ${{ env.FSHARP_DIR }}/global.json
- name: Restore tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ${{ env.FSHARP_DIR }}
ref: main
- name: Setup .NET for FSharp
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: ${{ env.FSHARP_DIR }}/global.json
- name: Restore tools
Expand Down

0 comments on commit ad2c0c4

Please sign in to comment.