Skip to content

Commit 0980ad6

Browse files
committed
revert actions checkout version
1 parent 055b110 commit 0980ad6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/_build_test_upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
python-version: pure
6969
steps:
7070
- name: Checkout Source Repository
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v3
7272
with:
7373
ref: ${{ inputs.branch }}
7474
submodules: recursive
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
python-version: 3.9
222222
- name: Checkout
223-
uses: actions/checkout@v4
223+
uses: actions/checkout@v3
224224
with:
225225
ref: ${{ inputs.branch }}
226226
submodules: recursive

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: "3.9"
1919
- name: Check out source repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v3
2121
- name: Install lint utilities
2222
run: |
2323
pip install pre-commit
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: 3.9
4949
- name: Check out source repository
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v3
5151
- name: Install PyTorch
5252
run: |
5353
pip3 install networkx
@@ -83,6 +83,6 @@ jobs:
8383
with:
8484
python-version: "3.9"
8585
- name: Check out source repository
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v3
8787
- name: Check if documentation is complete
8888
run: python ./.github/scripts/check_complete_doc.py

0 commit comments

Comments
 (0)