Compare commits
No commits in common. "a324e3b6dfe5deb9a38080df91d5d13eb5fe9691" and "3d2b8602717144d35d79444352dff06282344722" have entirely different histories.
a324e3b6df
...
3d2b860271
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ jobs:
|
|||
container: catthehacker/ubuntu:act-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.11.2"]
|
||||
python-version: ["3.11.5"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
with:
|
||||
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: https://github.com/actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue