Fix checkout action version in deploy workflow

This commit is contained in:
Stephanos A.
2026-07-11 01:10:10 +03:00
committed by GitHub
parent 1d2f53a48f
commit d927f543cf

View File

@@ -18,7 +18,7 @@ jobs:
matrix: ${{ steps.filter.outputs.matrix }}
steps:
- name: Checkout
uses: actions/checkout@v4e
uses: actions/checkout@v4
with:
fetch-depth: 2