Skip to content

Commit

Permalink
Update the repo's workflows too
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 8, 2022
1 parent 0ed6cf0 commit 9670b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container: mono:latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Restore cache for ~/.nuget/packages
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Installing build dependencies
run: apt-get update && apt-get install -y wget jq
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Restore, build, and test
run: msbuild -r -p:configuration=Release
- name: Smoke test the validator outside the build dir
Expand Down

0 comments on commit 9670b55

Please sign in to comment.