diff --git a/.github/workflows/lint-ansible.yml b/.github/workflows/lint-ansible.yml index bd72170..039d521 100644 --- a/.github/workflows/lint-ansible.yml +++ b/.github/workflows/lint-ansible.yml @@ -24,7 +24,7 @@ jobs: steps: # Important: This sets up your GITHUB_WORKSPACE environment variable - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # needed for progressive mode to work