From 05b83191d4479822fa8e84cb9fef8f45926f8a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:16:06 +0100 Subject: [PATCH] Bump ansible-core from 2.12.1 to 2.12.2 (#119) * Bump ansible-core from 2.12.1 to 2.12.2 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.12.1 to 2.12.2. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.12.1...v2.12.2) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update action.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hans Spaans --- action.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d02f15f..85a7ac8 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/hspaans/ansible-galaxy-action:1.0.0' + image: 'docker://ghcr.io/hspaans/ansible-galaxy-action:1.0.1' env: ACTION_API_KEY: ${{ inputs.api_key }} diff --git a/requirements.txt b/requirements.txt index 2c3ffe7..f2b5cb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -ansible-core==2.12.1 +ansible-core==2.12.2