diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index c2b2981..a077cd7 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -8,7 +8,7 @@ jobs: steps: # Important: This sets up your GITHUB_WORKSPACE environment variable - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Lint Ansible Playbook uses: ansible/ansible-lint-action@v6 diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 5c82e4d..d1eed80 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0