Skip to content

Commit

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

---
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 Jun 13, 2024
1 parent 1f6f388 commit bc88c55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Check broken links
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
check-super-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Check super-linter
uses: github/super-linter@v5.0.0
env:
Expand All @@ -37,7 +37,7 @@ jobs:
check-tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Install tox
run: pip install tox
- name: Run tox validation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Check scripts format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Run the sh-checker
uses: luizm/action-sh-checker@v0.8.0
env:
Expand All @@ -30,7 +30,7 @@ jobs:
name: Check demo for Containerd runtime on Ubuntu Virtual Environment
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Install dependencies
run: deployment/install.sh
- name: Configure environment
Expand Down

0 comments on commit bc88c55

Please sign in to comment.