Skip to content

Commit

Permalink
Change update-circt action to v1 to get updates
Browse files Browse the repository at this point in the history
Change the version of the update-circt action used when running CD from an
explicit v1.0.0 to v1.  This will cause it to grab minor features and bug
fixes.  Practically, this pulls in a bug fix related to failing to
cherry-pick the staging branch.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Feb 7, 2024
1 parent f352bfb commit cba3158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-circt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: 'circt/update-circt'
uses: circt/update-circt@v1.0.0
uses: circt/update-circt@v1
with:
user: chiselbot
email: chiselbot@users.noreply.github.com
Expand Down

0 comments on commit cba3158

Please sign in to comment.