Skip to content

Commit

Permalink
Merge pull request #223 from Numpsy/update_actions
Browse files Browse the repository at this point in the history
Update the Github checkout and setup-dotnet actions from v3 to v4
  • Loading branch information
TheAngryByrd authored Nov 13, 2024
2 parents b8aca73 + 7574f1b commit e1630a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Build
run: dotnet fsi build.fsx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
shell: bash

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Run Release Build
run: dotnet fsi build.fsx -p ReleaseBuild
Expand Down

0 comments on commit e1630a1

Please sign in to comment.