From cea232a331603d652920cea12693d080aa5d18c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:22:56 +0000 Subject: [PATCH] build(deps): 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-lint.yml | 2 +- .github/workflows/ansible-managed-var-comment.yml | 2 +- .github/workflows/ansible-plugin-scan.yml | 2 +- .github/workflows/ansible-test.yml | 2 +- .github/workflows/build_docs.yml | 6 +++--- .github/workflows/changelog_to_tag.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- .github/workflows/pr-title-lint.yml | 2 +- .github/workflows/test_converting_readme.yml | 2 +- .github/workflows/weekly_ci.yml | 2 +- .github/workflows/woke.yml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 2bdcbd0..3036393 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -24,7 +24,7 @@ jobs: sudo apt install -y git - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fix up role meta/main.yml namespace and name run: | diff --git a/.github/workflows/ansible-managed-var-comment.yml b/.github/workflows/ansible-managed-var-comment.yml index bbde700..69b4276 100644 --- a/.github/workflows/ansible-managed-var-comment.yml +++ b/.github/workflows/ansible-managed-var-comment.yml @@ -25,7 +25,7 @@ jobs: sudo apt install -y git - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tox, tox-lsr run: | diff --git a/.github/workflows/ansible-plugin-scan.yml b/.github/workflows/ansible-plugin-scan.yml index 00b59ce..11723bb 100644 --- a/.github/workflows/ansible-plugin-scan.yml +++ b/.github/workflows/ansible-plugin-scan.yml @@ -25,7 +25,7 @@ jobs: sudo apt install -y git - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tox, tox-lsr run: | diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index d38ecb8..cea590d 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -28,7 +28,7 @@ jobs: sudo apt install -y git - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tox, tox-lsr run: | diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 78218ba..e08cb4b 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -25,7 +25,7 @@ jobs: sudo apt install -y git - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Ensure the docs branch @@ -48,12 +48,12 @@ jobs: fi - name: Checkout the docs branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: docs - name: Fetch README.md and .pandoc_template.html5 template from the workflow branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: sparse-checkout: | README.md diff --git a/.github/workflows/changelog_to_tag.yml b/.github/workflows/changelog_to_tag.yml index 13344f5..c2fe3c0 100644 --- a/.github/workflows/changelog_to_tag.yml +++ b/.github/workflows/changelog_to_tag.yml @@ -22,7 +22,7 @@ jobs: sudo apt install -y git - name: checkout PR - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get tag and message from the latest CHANGELOG.md commit id: tag diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 2c1ef60..3094acd 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -25,7 +25,7 @@ jobs: sudo apt install -y git - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # CHANGELOG.md is generated automatically from PR titles and descriptions # It might have issues but they are not critical diff --git a/.github/workflows/pr-title-lint.yml b/.github/workflows/pr-title-lint.yml index 19d8e7d..8342fb5 100644 --- a/.github/workflows/pr-title-lint.yml +++ b/.github/workflows/pr-title-lint.yml @@ -17,7 +17,7 @@ jobs: commit-checks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/test_converting_readme.yml b/.github/workflows/test_converting_readme.yml index e93c501..ee96211 100644 --- a/.github/workflows/test_converting_readme.yml +++ b/.github/workflows/test_converting_readme.yml @@ -26,7 +26,7 @@ jobs: sudo apt install -y git - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Remove badges from README.md prior to converting to HTML run: sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md diff --git a/.github/workflows/weekly_ci.yml b/.github/workflows/weekly_ci.yml index 73e414e..bb9cb41 100644 --- a/.github/workflows/weekly_ci.yml +++ b/.github/workflows/weekly_ci.yml @@ -30,7 +30,7 @@ jobs: sudo apt install -y git - name: Checkout latest code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Create and push empty commit diff --git a/.github/workflows/woke.yml b/.github/workflows/woke.yml index c8322e4..02045ec 100644 --- a/.github/workflows/woke.yml +++ b/.github/workflows/woke.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run lsr-woke-action # Originally, uses: get-woke/woke-action@v0