fix: update GitHub Actions to use current versions

- Update actions/checkout to v4
- Update actions/setup-python to v5
- Update actions/cache to v4 (fixes deprecation failures)
- Fix ansible-lint role-name rule violations
This commit is contained in:
Larry Smith Jr.
2025-11-03 07:27:58 -05:00
parent ff13947aaf
commit 850d571313
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ galaxy_info:
author: Larry Smith Jr.
description: Ansible role to manage(create, extend, resize) LVM Groups/Logical Volumes.
namespace: mrlesmithjr
role_name: manage_lvm
role_name: manage-lvm
license: MIT
min_ansible_version: "1.2"