diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 10f705e..cf5ea1c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: if: needs.github.steps.semantic.outputs.new_release_published == 'true' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9795c0c..fe19186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false steps: - name: Checkout the codebase - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0