From 6c92b9846d0f345a1fb23c7a1a377c1e5161f05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:30:24 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.0.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/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Check if issue exists.yml | 2 +- .github/workflows/vale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Check if issue exists.yml b/.github/workflows/Check if issue exists.yml index 58bdcd0..7419316 100644 --- a/.github/workflows/Check if issue exists.yml +++ b/.github/workflows/Check if issue exists.yml @@ -8,7 +8,7 @@ jobs: checker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v4.0.0 - name: "Issue number validator" uses: ./.github/actions/PR_has_a_valid_issue/ diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 07da963..c308a92 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -10,7 +10,7 @@ jobs: check-all-files: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v4.0.0 - name: Documentation Quality Checks uses: errata-ai/vale-action@v1.5.0