From 3f6be6995eb1402ccb00fe93750e59830ef4c1f7 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 7 Apr 2022 21:56:21 +0200 Subject: [PATCH] use checkout v3 --- .github/workflows/ansible-linting-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 01aea7e..150e908 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 'checkout git repo' - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: 'Lint Ansible Playbook' uses: ansible/ansible-lint-action@v6