Skip to content

Commit

Permalink
Merge pull request #150 from nephio-project/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-3.5.2

Bump actions/checkout from 3.4.0 to 3.5.2
  • Loading branch information
johnbelamaric authored Apr 26, 2023
2 parents dca2d68 + 95b617e commit dd31848
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.4.0
- uses: actions/checkout@v3.5.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.4.0
- uses: actions/checkout@v3.5.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.4.0
- uses: actions/checkout@v3.5.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.4.0
- uses: actions/checkout@v3.5.2
- name: update Dockerfile
uses: ludeeus/[email protected]
with:
Expand Down

0 comments on commit dd31848

Please sign in to comment.