From e39f6747736a637eb66b3abe7044b39a576350a2 Mon Sep 17 00:00:00 2001 From: Enrico Zelioli Date: Tue, 8 Oct 2024 16:11:21 +0200 Subject: [PATCH] ci: update verible ci to use newer checkout action --- .github/workflows/verible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verible.yml b/.github/workflows/verible.yml index 3579170b84..86dd7fe3ae 100644 --- a/.github/workflows/verible.yml +++ b/.github/workflows/verible.yml @@ -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