We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bd5da commit 11ed7fbCopy full SHA for 11ed7fb
.github/workflows/pr-validation.yml
@@ -11,7 +11,7 @@ jobs:
11
build-and-test:
12
runs-on: windows-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
16
- name: Run build and tests
17
run: ./Build.ps1
.github/workflows/release.yml
build-and-release:
- name: Run build
run: ./Build.ps1 -SkipTests
0 commit comments