Skip to content

Commit 0c052a5

Browse files
committed
Update actions to v4
1 parent 2e0baf8 commit 0c052a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010

1111
steps:
1212
- name: Checkout Docs
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
path: documentation
1616
token: ${{ secrets.DXROBOT_PAT }}
1717
ssh-key: ${{ secrets.DXROBOT_SK }}
1818
ref: ${{ github.ref_name }}
1919

2020
- name: Checkout DevExtreme
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
path: devextreme
2424
repository: devexpress/devextreme

0 commit comments

Comments
 (0)