From 38a7955ec4d255b82b628f1924b5271abb6e650e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 20:27:53 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-linting-check.yml | 2 +- .github/workflows/galaxy.yml | 2 +- .github/workflows/yamllint.yml | 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 f17f24d..c3b37ed 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -11,7 +11,7 @@ jobs: steps: - name: 'checkout git repo' - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 with: lfs: true submodules: true diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index adcecbd..9df2d96 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'checkout git repo' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 'release on galaxy' uses: robertdebock/galaxy-action@1.2.0 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index d744e9c..dc6f2e8 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'checkout git repo' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 'Yamllint' uses: karancode/yamllint-github-action@v2.0.0