fix(#3): 🐛 use checkout action
Some checks failed
ci / build (push) Failing after 23s

This commit is contained in:
Daniel Sy 2025-04-29 17:43:49 +02:00
parent 62b5cd661f
commit 3eefe1bc7f
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Repository meta - name: Repository meta
id: repository id: repository
run: | run: |