This commit is contained in:
parent
115037082b
commit
3d2b860271
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
python-version: ["3.11.5"]
|
python-version: ["3.11.5"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3.6.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Reference in a new issue