Skip to content

Commit

Permalink
Merge pull request #2 from electrocucaracha/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
electrocucaracha authored Apr 12, 2024
2 parents 107d938 + 9348d01 commit fb18db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Check scripts format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Run the sh-checker
uses: luizm/action-sh-checker@v0.8.0
env:
Expand All @@ -42,7 +42,7 @@ jobs:
needs: check-scripts-format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Deploy Nephio services
working-directory: ./scripts
env:
Expand Down

0 comments on commit fb18db2

Please sign in to comment.