chore(deps): update actions/checkout action to v4

This commit is contained in:
CoastalCommits-Renovate-Bot 2024-12-27 19:48:58 +00:00 committed by cswimr
parent 470b4d86d7
commit 1a78475bc6
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

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