Skip to content

Commit b20b33a

Browse files
committed
Update actions
1 parent a01e376 commit b20b33a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL

.github/workflows/docgen.yml

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

1111
steps:
1212
- name: Checkout Docs
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
path: documentation
1616
ref: ${{ github.ref_name }}
1717

1818
- name: Checkout DevExtreme
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
path: devextreme
2222
repository: devexpress/devextreme

0 commit comments

Comments
 (0)