Compare commits

..

No commits in common. "a324e3b6dfe5deb9a38080df91d5d13eb5fe9691" and "3d2b8602717144d35d79444352dff06282344722" have entirely different histories.

View file

@ -7,14 +7,14 @@ jobs:
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.11.2"] python-version: ["3.11.5"]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3.6.0 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 }}
uses: actions/setup-python@v4 uses: https://github.com/actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies