Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 3088982 commit 22b0531
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
check-super-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.2
- name: Check super-linter
uses: github/[email protected]
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Check scripts format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.2
- name: Run the sh-checker
uses: luizm/[email protected]
env:
Expand All @@ -44,7 +44,7 @@ jobs:
env:
DEBUG: true
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.2
- name: Install dependencies and configures kind clusters
working-directory: ./scripts
run: ./install.sh
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
check-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.2
- name: update Dockerfile
uses: ludeeus/[email protected]
with:
Expand Down

0 comments on commit 22b0531

Please sign in to comment.