Skip to content

Commit 9970753

Browse files
authored
Update ci.yml
1 parent b70c032 commit 9970753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# runs-on: ubuntu-latest
1313
# steps:
1414
# - name: Git checkout
15-
# uses: actions/checkout@v2
15+
# uses: actions/checkout@v3
1616
# - name: Use Java 11
1717
# uses: actions/setup-java@v1
1818
# with:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Git checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
- name: Run DITA-OT Unit Test
3333
uses: jason-fox/dita-unit-test-action@master
3434
with:

0 commit comments

Comments
 (0)