From 53614de4c74855b79231bcdfc8a6d2ed09cd0bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:22:43 +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/imageActions.yml | 2 +- .github/workflows/markdownwonLinter.yml | 2 +- .github/workflows/spell.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/imageActions.yml b/.github/workflows/imageActions.yml index 9daaad0..ee8e9a7 100644 --- a/.github/workflows/imageActions.yml +++ b/.github/workflows/imageActions.yml @@ -35,7 +35,7 @@ jobs: github.event.pull_request.head.repo.full_name == github.repository) steps: - name: Checkout Branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compress Images id: calibre uses: calibreapp/image-actions@main diff --git a/.github/workflows/markdownwonLinter.yml b/.github/workflows/markdownwonLinter.yml index cfa0b1a..0b9dd43 100644 --- a/.github/workflows/markdownwonLinter.yml +++ b/.github/workflows/markdownwonLinter.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint files uses: docker://avtodev/markdown-lint:v1 # fastest way diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 69513e2..efd169d 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: # The checkout step - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: rojopolis/spellcheck-github-actions@0.32.0 name: Spellcheck with: