Skip to content

Commit

Permalink
Merge pull request #6 from markcastle/bugfix/updated_github_action
Browse files Browse the repository at this point in the history
Updated: Github Action
  • Loading branch information
markcastle committed Apr 22, 2023
2 parents 06285ac + f1c1358 commit f08664f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2.4.3

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit f08664f

Please sign in to comment.