Skip to content

Commit

Permalink
[spec] checkout bump to v4.1.1
Browse files Browse the repository at this point in the history
[spec] setup-dotnet bump to v4
  • Loading branch information
i4004 committed Dec 20, 2023
1 parent 9e5b2b0 commit 1bdb320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: Code Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1

- name: Install DotNet
uses: actions/setup-dotnet@v1.5.0
uses: actions/setup-dotnet@v4

- name: Restore Dependencies
run: dotnet restore
Expand Down

0 comments on commit 1bdb320

Please sign in to comment.