Skip to content

Commit 97f933f

Browse files
authored
Update build-eud-on-pull-request.yml from v3 to v4
1 parent 8012e8f commit 97f933f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-eud-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: windows-latest
99
steps:
1010
- name: Checkout branch
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- name: Check status
1414
run: git status
@@ -20,4 +20,4 @@ jobs:
2020
run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx
2121

2222
- name: Build site with docfx
23-
run: ../docfx/docfx.exe build docfx.json -m _matomoContainerUrl="https://matomo.devexpress.com/js/container_kE7MWPi0.js" --warningsAsErrors
23+
run: ../docfx/docfx.exe build docfx.json -m _matomoContainerUrl="https://matomo.devexpress.com/js/container_kE7MWPi0.js" --warningsAsErrors

0 commit comments

Comments
 (0)