From 00df9a185524d422dca6a7dd8e36bfb575048624 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 17 Aug 2021 12:46:57 +0200 Subject: [PATCH] the bullseye check is using the "main" branch The https://github.com/marketplace/actions/check-ansible-debian-bullseye is available at the "main" branch. --- .github/workflows/ansible-debian-bullseye.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ansible-debian-bullseye.yml b/.github/workflows/ansible-debian-bullseye.yml index c7668a5..b9c1b58 100644 --- a/.github/workflows/ansible-debian-bullseye.yml +++ b/.github/workflows/ansible-debian-bullseye.yml @@ -11,8 +11,7 @@ jobs: uses: actions/checkout@v2 - name: ansible check with debian:bullseye (11) - uses: roles-ansible/check-ansible-debian-bullseye-action@master - with: + uses: roles-ansible/check-ansible-debian-bullseye-action@main group: local hosts: localhost targets: "tests/*.yml"