Merge pull request 'chore(deps): update actions/checkout action to v5' (#7) from renovate/actions-checkout-5.x into main
All checks were successful
Release / Release (push) Successful in 2m34s

Reviewed-on: #7
This commit is contained in:
Jan K9f 2025-08-14 05:10:59 +00:00
commit ec63b85010
Signed by:
SSH key fingerprint: SHA256:lXEoR6LJYqfrLFi9ELE9o8JyzF7bLKBUlelXoro5APw

View file

@ -15,7 +15,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.ref }} ref: ${{ github.ref }}