From d6398406511172c4c31f322c7d6b90b092c3f075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:25:29 +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/codeql-analysis.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/markdown-link-checker.yml | 2 +- .github/workflows/percy.yml | 2 +- .github/workflows/super-linter.yml | 2 +- .github/workflows/wrangler-action.yml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a367164e0..b9b1a665c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 84649999a..a0f5aacf8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check Out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install run: | wget -O - -q https://git.io/misspell | sh -s -- -b . @@ -22,7 +22,7 @@ jobs: name: Run pre-commit # https://pre-commit.com/ runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax diff --git a/.github/workflows/markdown-link-checker.yml b/.github/workflows/markdown-link-checker.yml index 5010fd28f..43dab0eaa 100644 --- a/.github/workflows/markdown-link-checker.yml +++ b/.github/workflows/markdown-link-checker.yml @@ -9,7 +9,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: base-branch: 'main' diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index e3f0421b1..459d46a9d 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -7,7 +7,7 @@ jobs: name: CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.0' # Not needed with a .ruby-version file diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index a2f57ad9d..e07bf6086 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/wrangler-action.yml b/.github/workflows/wrangler-action.yml index a30c60130..220889533 100644 --- a/.github/workflows/wrangler-action.yml +++ b/.github/workflows/wrangler-action.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Magic steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Deploy uses: cloudflare/wrangler-action@v3.1.1 with: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest name: Preston steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Deploy uses: cloudflare/wrangler-action@v3.1.1 with: