diff --git a/.github/workflows/code-structure-analysis.yml b/.github/workflows/code-structure-analysis.yml index 7efb9454e..504c75d05 100644 --- a/.github/workflows/code-structure-analysis.yml +++ b/.github/workflows/code-structure-analysis.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout GIT Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }} diff --git a/.github/workflows/cypher-reference-documentation.yml b/.github/workflows/cypher-reference-documentation.yml index 6beed8621..5fba74254 100644 --- a/.github/workflows/cypher-reference-documentation.yml +++ b/.github/workflows/cypher-reference-documentation.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }} diff --git a/.github/workflows/environment-variables-reference-documentation.yml b/.github/workflows/environment-variables-reference-documentation.yml index 943df5b73..3eb349736 100644 --- a/.github/workflows/environment-variables-reference-documentation.yml +++ b/.github/workflows/environment-variables-reference-documentation.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }} diff --git a/.github/workflows/scripts-reference-documentation.yml b/.github/workflows/scripts-reference-documentation.yml index f5e08b512..e4cb51dd7 100644 --- a/.github/workflows/scripts-reference-documentation.yml +++ b/.github/workflows/scripts-reference-documentation.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}