From e4e563ca5f7de0e969c2c79fe1e99b946348dc55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:05:58 +0000 Subject: [PATCH] feat(ansible)!: Update community.general to 9.4.0 --- .github/workflows/link-check.yaml | 2 +- ansible/requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yaml b/.github/workflows/link-check.yaml index 422cd65c..459e459c 100644 --- a/.github/workflows/link-check.yaml +++ b/.github/workflows/link-check.yaml @@ -37,7 +37,7 @@ jobs: - name: Find Link Checker Issue id: link-checker-issue - uses: micalevisk/last-issue-action@0d40124cc99ac8601c2516007f0c98ef3d27537b # v2.3.0 + uses: micalevisk/last-issue-action@f5661581217cc78cc282d1351aa65bd8bd155003 # v2.2.1 with: state: open labels: | diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 19f873cc..e0267e33 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: community.general - version: 8.0.2 + version: 9.4.0 - name: community.sops version: 1.6.7 - name: ansible.posix