From 9d6c8a5c68fbbb291a0ccbf5f123fe78818db674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 07:56:46 +0000 Subject: [PATCH] Bump systemli/github-ansible-workflow from 1.0.0 to 1.1.0 Bumps [systemli/github-ansible-workflow](https://github.com/systemli/github-ansible-workflow) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/systemli/github-ansible-workflow/releases) - [Commits](https://github.com/systemli/github-ansible-workflow/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: systemli/github-ansible-workflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ccb3217..3afa0d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,6 @@ on: jobs: integration: name: Integration - uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.0.0 + uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.1.0 with: distros: '[ "debian11", "debian10" ]'