From 79f4d1102a71139d4df9e655e84ef3804cc6b64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:54:07 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/daily-link-checker.yml | 2 +- .github/workflows/vale-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-link-checker.yml b/.github/workflows/daily-link-checker.yml index ecc4bcbb7f..cf3ad30419 100644 --- a/.github/workflows/daily-link-checker.yml +++ b/.github/workflows/daily-link-checker.yml @@ -12,7 +12,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Check links uses: gaurav-nelson/github-action-markdown-link-check@0f074c8562c5a8fed38282b7c741d1970bb1512d diff --git a/.github/workflows/vale-linter.yml b/.github/workflows/vale-linter.yml index 3c24d06d1b..c6b3e6b1ba 100644 --- a/.github/workflows/vale-linter.yml +++ b/.github/workflows/vale-linter.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 # Ensure using the latest stable version + uses: actions/checkout@v4 # Ensure using the latest stable version - name: Install Vale run: |