From c55c6a76eb7691307ae006b009ab631065de092f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:41:34 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.6.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.6.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...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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..002357f 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@v3.6.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..14fc9d5 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@v3.6.0 - name: Documentation Quality Checks uses: errata-ai/vale-action@v1.5.0