ci: use actions/checkout v3

Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
Ammar Ahmed
2025-03-17 16:38:25 +05:00
committed by GitHub
parent 9876c2ef6d
commit 6a0a00f126

View File

@@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Setup Node - name: Setup Node
uses: ./.github/actions/setup-node-with-cache uses: ./.github/actions/setup-node-with-cache