Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 4ee0dc0

Browse files
committed
Update actions
1 parent 4e1176e commit 4ee0dc0

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
32+
with:
33+
fetch-depth: 0
3234
- name: Set up Python
3335
uses: actions/setup-python@v3
3436
with:

.github/workflows/test-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
30+
with:
31+
fetch-depth: 0
3032
- name: Set up Python
3133
uses: actions/setup-python@v3
3234
with:

.github/workflows/vale-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: macos-latest
1919
name: Lint changed files
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: Download lastest Splunk style

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pytz==2023.3
1818
PyYAML==6.0.1
1919
requests==2.32.2
2020
setuptools==68.1.2
21-
six==1.16.0
2221
snowballstemmer==2.2.0
2322
Sphinx==5.1.1
2423
sphinx-copybutton==0.5.2

0 commit comments

Comments
 (0)