fix(repo): fixed improper version of checkout action
Some checks failed
Pylint / Pylint (3.11.5) (push) Failing after 2s
Some checks failed
Pylint / Pylint (3.11.5) (push) Failing after 2s
This commit is contained in:
parent
8e6a6418fa
commit
115037082b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
python-version: ["3.11.5"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.6
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
Loading…
Reference in a new issue