From d3a2ab2b48abe87ea6418d1ee4523e3dda689b18 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 5 Sep 2023 01:02:05 +0000 Subject: [PATCH] :arrow_up: Update actions/checkout action to v4 --- .github/workflows/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 71aff1d..9b6d969 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -6,7 +6,7 @@ jobs: linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Lint Ansible Playbook uses: ansible/ansible-lint-action@master -- 2.39.5