diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 503a085..4d1d137 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -18,7 +18,7 @@ jobs: steps: - name: "Git checkout" - uses: "actions/checkout@v2" + uses: "actions/checkout@v3" with: fetch-depth: 2 env: diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index cfb0272..6768014 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: "Git checkout" - uses: "actions/checkout@v2" + uses: "actions/checkout@v3" with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index ad75cda..f70fa42 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -20,7 +20,7 @@ jobs: steps: - name: "Git checkout" - uses: "actions/checkout@v2" + uses: "actions/checkout@v3" with: fetch-depth: 2 env: