fix(repo): fixed improper version of checkout action
Some checks failed
Pylint / Pylint (3.11.5) (push) Failing after 2s

This commit is contained in:
Seaswimmer 2023-09-23 08:24:30 -04:00
parent 8e6a6418fa
commit 115037082b
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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 }}