Compare commits

..

No commits in common. "cea73b7955058db6534d839006360279da217fd3" and "35b4c084613bd131677d6dbd7fdd17e0b070be5b" have entirely different histories.

View file

@ -10,7 +10,7 @@ jobs:
container: www.coastalcommits.com/cswimr/actions:uv container: www.coastalcommits.com/cswimr/actions:uv
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@v3
- name: Install python - name: Install python
run: uv python install 3.11 run: uv python install 3.11
@ -32,7 +32,7 @@ jobs:
container: www.coastalcommits.com/cswimr/actions:docs container: www.coastalcommits.com/cswimr/actions:docs
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0