diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 2144e30..016b688 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.4 + - uses: actions/checkout@v2.3.5 - name: Lint Ansible Playbook uses: ansible/ansible-lint-action@master diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 7e13956..ceef24c 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.4 + uses: actions/checkout@v2.3.5 - name: galaxy uses: robertdebock/galaxy-action@1.1.1 with: diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index c9df9da..407913f 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.4 + uses: actions/checkout@v2.3.5 - name: 'Yamllint' uses: karancode/yamllint-github-action@master with: