Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#378)
Browse files Browse the repository at this point in the history
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](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 6fe5232 commit 135f88c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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/[email protected]
flake8:
Expand All @@ -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/[email protected]
with:
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wrangler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: πŸ€“ 😎 John
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: πŸš€ Publish
uses: cloudflare/[email protected]
with:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
name: πŸ–ΌοΈ πŸ“· Images
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: πŸš€ Publish
uses: cloudflare/[email protected]
with:
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
name: βš™οΈ πŸ‡ Random
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: πŸš€ Publish
uses: cloudflare/[email protected]
with:
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
name: πŸͺ“️ πŸ¦„ Python
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: πŸš€ Publish
uses: cloudflare/[email protected]
with:
Expand Down

0 comments on commit 135f88c

Please sign in to comment.