revert ec60960c66
All checks were successful
Release / Release (push) Successful in 1m1s

revert Merge pull request 'chore(deps): update actions/checkout action to v5' (#10) from renovate/actions-checkout-5.x into main

Reviewed-on: #10
This commit is contained in:
Jan K9f 2025-08-14 07:29:44 +00:00
commit 977474de19
Signed by:
SSH key fingerprint: SHA256:lXEoR6LJYqfrLFi9ELE9o8JyzF7bLKBUlelXoro5APw

View file

@ -16,7 +16,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js - name: Setup Node.js