Use the latest checkout action

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-11 10:40:46 +03:00
parent bcc3f0202d
commit 60a884e1e0
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -8,7 +8,7 @@ jobs:
name: A job to say hello
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Hello world action step
uses: ./.github/actions/action