Compare commits

...

2 commits

Author SHA1 Message Date
ec60960c66
Merge pull request 'chore(deps): update actions/checkout action to v5' (#10) from renovate/actions-checkout-5.x into main
Some checks failed
Release / Release (push) Failing after 55s
Reviewed-on: #10
2025-08-14 06:45:02 +00:00
09778cd033
chore(deps): update actions/checkout action to v5 2025-08-11 13:03:58 +00:00

View file

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