Compare commits

..

2 commits

Author SHA1 Message Date
cea73b7955
Merge pull request 'chore(deps): update actions/checkout action to v4' (#37) from renovate/actions-checkout-4.x into main
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 40s
Actions / Build Documentation (MkDocs) (push) Successful in 40s
Reviewed-on: https://www.coastalcommits.com/cswimr/SeaCogs/pulls/37
2024-12-27 14:52:01 -05:00
e2c4e20cfc
chore(deps): update actions/checkout action to v4
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 48s
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
2024-12-27 19:48:58 +00:00

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@v3 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- 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@v3 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with: with:
fetch-depth: 0 fetch-depth: 0