From 135f88c55d421d78eb1c01bcc201faf09ec7a852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 04:52:51 +1000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 (#378) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/lint.yml | 12 ++++++------ .github/workflows/spell-checker.yml | 2 +- .github/workflows/wrangler.yml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 51b7a31..060614d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,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 acef90d..b8ea9a3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: architecture: x86 name: ๐Ÿถ Markdown Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v3 with: @@ -37,7 +37,7 @@ jobs: name: ๐Ÿฅ‚ Shell runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ๐Ÿงน ShellCheck uses: ludeeus/action-shellcheck@master yamllint: @@ -48,7 +48,7 @@ jobs: python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8'] name: ๐Ÿบ YAML Lint Python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ๐Ÿงน YAML Lint uses: ibiqlik/action-yamllint@v3.1 flake8: @@ -59,7 +59,7 @@ jobs: python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8'] name: ๐Ÿท Flake8 Python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python environment uses: actions/setup-python@v4.7.0 with: @@ -76,7 +76,7 @@ jobs: ruby: ['3.2.1'] name: โ˜• Rubocop Ruby ${{ matrix.ruby }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -90,7 +90,7 @@ jobs: ruby: ['3.2.1'] name: โ˜• Markdownlint Ruby ${{ matrix.ruby }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml index 6b55178..4694488 100644 --- a/.github/workflows/spell-checker.yml +++ b/.github/workflows/spell-checker.yml @@ -8,7 +8,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 . diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 1e9457b..9b370fb 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: ๐Ÿค“ ๐Ÿ˜Ž John steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ๐Ÿš€ Publish uses: cloudflare/wrangler-action@v3.3.0 with: @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest name: ๐Ÿ–ผ๏ธ ๐Ÿ“ท Images steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ๐Ÿš€ Publish uses: cloudflare/wrangler-action@v3.3.0 with: @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest name: โš™๏ธ ๐Ÿ‡ Random steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ๐Ÿš€ Publish uses: cloudflare/wrangler-action@v3.3.0 with: @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest name: ๐Ÿช“๏ธ ๐Ÿฆ„ Python steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ๐Ÿš€ Publish uses: cloudflare/wrangler-action@v3.3.0 with: