diff --git a/.github/workflows/cicd-base.yaml b/.github/workflows/cicd-base.yaml index 3f8ebb4..ddfc57e 100644 --- a/.github/workflows/cicd-base.yaml +++ b/.github/workflows/cicd-base.yaml @@ -18,7 +18,7 @@ jobs: steps: # Checkout codebase - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Run CICD-base - name: CICD-base