From 0a66e7704752a86faf80ced54b2ff9fbb959a224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 20:08:39 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.5 to 2.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-linting-check.yml | 2 +- .github/workflows/galaxy.yml | 2 +- .github/workflows/yamllint.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 016b688..8c5f538 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: Lint Ansible Playbook uses: ansible/ansible-lint-action@master diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index ceef24c..cd5d009 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 - name: galaxy uses: robertdebock/galaxy-action@1.1.1 with: diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index 407913f..cdbe9d9 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 - name: 'Yamllint' uses: karancode/yamllint-github-action@master with: