diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2f9cd15..5d1e2c0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Repo - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 with: persist-credentials: false fetch-depth: 0