From 458bd69444cc9ce2ffcb398881c43dc40d1f52a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 29 Mar 2022 17:13:59 +0200 Subject: [PATCH] use main instead of master --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 61252418..6ae9717a 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -13,7 +13,7 @@ jobs: - name: Lint Ansible Playbook # replace "master" with any valid ref - uses: ansible/ansible-lint-action@master + uses: ansible/ansible-lint-action@main with: # [required] # Paths to ansible files (i.e., playbooks, tasks, handlers etc..)