diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 9ad66de..9728eb2 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -11,7 +11,7 @@ jobs: steps: - name: 'checkout git repo' - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 with: lfs: true submodules: false diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index dd5ec40..63d7e93 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'checkout git repo' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true submodules: true diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index 361b111..99bb4c4 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'checkout git repo' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 'Yamllint' uses: karancode/yamllint-github-action@v2.1.1