Skip to content

Commit cfbac75

Browse files
authored
Update PEP8 check workflows to version 1
1 parent 3fa74a3 commit cfbac75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly_pep8_style_check.yml

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

1111
jobs:
1212
Notebook_PEP8_Check:
13-
uses: spacetelescope/notebook-ci-actions/.github/workflows/all_notebooks_pep8check.yml@v3
13+
uses: spacetelescope/notebook-ci-actions/.github/workflows/all_notebooks_pep8check.yml@v1
1414
with:
1515
python-version: ${{ vars.PYTHON_VERSION || '3.11' }}
1616
Script_PEP8_Check:
17-
uses: spacetelescope/notebook-ci-actions/.github/workflows/all_scripts_pep8check.yml@v3
17+
uses: spacetelescope/notebook-ci-actions/.github/workflows/all_scripts_pep8check.yml@v1
1818
with:
1919
python-version: ${{ vars.PYTHON_VERSION || '3.11' }}

0 commit comments

Comments
 (0)