Skip to content

Commit a9ae07e

Browse files
committed
Revert github actions/checkout from v4 to v2
1 parent 7cd2b30 commit a9ae07e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/manual_test_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pythonVersion:
77
description: 'Python version to use for the processing'
88
required: true
9-
default: '3.8'
9+
default: '3.11'
1010
type: choice
1111
options:
1212
- 3.7
@@ -32,7 +32,7 @@ jobs:
3232
name: Check with LintRST and Build
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v2
3636
- name: Set up Python ${{ inputs.pythonVersion }}
3737
uses: actions/setup-python@v5
3838
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
python-version: [3.11]
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v2
3939
- name: Set up Python ${{ matrix.python-version }}
4040
uses: actions/setup-python@v5
4141
with:

.github/workflows/test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
python-version: [3.11]
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v2
4141
- name: Set up Python ${{ matrix.python-version }}
4242
uses: actions/setup-python@v5
4343
with:

.github/workflows/test_build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
python-version: [3.11]
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v2
3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v5
3939
with:

0 commit comments

Comments
 (0)