Skip to content

Commit

Permalink
ci: update verible ci to use newer checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelioli committed Oct 8, 2024
1 parent 98d1e6d commit e39f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Skip on forks due to missing secrets.
if: github.repository == 'pulp-platform/cva6' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: niwis/verible-formatter-action@pulp
Expand Down

0 comments on commit e39f674

Please sign in to comment.