Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.5...v4.1.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent ef3c091 commit c790cbb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Update diagram
uses: githubocto/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
check-broken-links:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Check broken links
uses: gaurav-nelson/[email protected]
check-super-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Check super-linter
uses: github/[email protected]
env:
Expand All @@ -36,7 +36,7 @@ jobs:
check-tox:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Install tox
run: pip install tox
- name: Run tox validation
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
) ||
github.event_name != 'pull_request_review'
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Run the sh-checker
uses: luizm/[email protected]
env:
Expand All @@ -53,7 +53,7 @@ jobs:
outputs:
demos: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: dorny/[email protected]
if: ${{ !env.ACT }}
id: filter
Expand All @@ -79,7 +79,7 @@ jobs:
matrix:
demo: ${{ fromJSON(needs.changes.outputs.demos) }}
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: actions/[email protected]
with:
go-version: '1.22'
Expand All @@ -91,7 +91,7 @@ jobs:
name: Run BDD shell specs for Bash demo
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- 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 Down
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
name: Check spelling (reviewdog)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
check-spellcheck:
name: Check spelling (pyspelling)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: igsekor/[email protected]
name: Spellcheck
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
check-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: technote-space/[email protected]
with:
EXECUTE_COMMANDS: |
Expand All @@ -35,7 +35,7 @@ jobs:
check-dictionary:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: technote-space/[email protected]
with:
EXECUTE_COMMANDS: |
Expand Down

0 comments on commit c790cbb

Please sign in to comment.