diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e82d3cc..fd1d6b4 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@v4.1.7 + uses: actions/checkout@v4.2.0 with: persist-credentials: false fetch-depth: 0