Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.1 (#222)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 012ca10 commit 4df964a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: calibreapp/image-actions@1.1.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pull-requests: write # for technote-space/create-pr-action to create a PR
runs-on: macos-12
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: actions/cache@v4.1.0
with:
path: ~/.vagrant.d/boxes
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Count Lines of Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Setup Go
uses: actions/setup-go@v5.0.2
with:
Expand All @@ -30,14 +30,14 @@ jobs:
name: Check URL broken links into documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Check broken links
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
check-super-linter:
name: Run GitHub super-linter tool for verify quality of code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Check super-linter
uses: github/super-linter@v5.0.0
env:
Expand All @@ -49,7 +49,7 @@ jobs:
name: Run additional linter tools from python tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Install tox
run: pip install tox
- name: Run tox validation
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Check scripts format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Run the sh-checker
uses: luizm/action-sh-checker@v0.9.0
env:
Expand All @@ -35,7 +35,7 @@ jobs:
name: Run BDD shell specs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Install ShellSpec
run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
- name: Run Shellspec
Expand All @@ -52,7 +52,7 @@ jobs:
outputs:
scripts: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: dorny/paths-filter@v3.0.2
if: ${{ !env.ACT }}
id: filter
Expand All @@ -70,7 +70,7 @@ jobs:
enable-vagrant-check: ${{ steps.set-matrices.outputs.enable-vagrant-check }}
enable-devcontainers-check: ${{ steps.set-matrices.outputs.enable-devcontainers-check }}
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- id: set-matrices
env:
DEBUG: true
Expand All @@ -86,7 +86,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.generate-matrix.outputs.matrix-alias) }}
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: ./.github/actions/check-vagrant
with:
vagrant_name: ${{ matrix.name }}
Expand All @@ -102,7 +102,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.generate-matrix.outputs.matrix-image) }}
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Install latest devcontainer CLI
run: npm install -g @devcontainers/cli
- name: Generating tests for '${{ matrix.script }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Publish Features
uses: devcontainers/action@v1.4.3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
name: Check misspelling words with reviewdog tools
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: reviewdog/action-misspell@v1.23.0
with:
github_token: ${{ secrets.github_token }}
check-spellcheck:
name: Check misspelling words with pySpelling tool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: igsekor/pyspelling-any@v1.0.4
name: Spellcheck
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Check new versions for scripts supported
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: technote-space/create-pr-action@v2.1.4
with:
EXECUTE_COMMANDS: |
Expand All @@ -37,7 +37,7 @@ jobs:
name: Update word list
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: technote-space/create-pr-action@v2.1.4
with:
EXECUTE_COMMANDS: |
Expand Down

0 comments on commit 4df964a

Please sign in to comment.