Switch update-circt action to v1

Change the version of the update-circt action from v1.0.0 to v1.  This
pulls in a change from v1.0.1 which fixes a bug where the staging branch
was not updated.  (I have no idea if this is being used.)  However, this
generally future-proofs the action by having it pull from v1 which is
manually updated to match the latest v1 release (pulling in minor and
patch changes).

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
This commit is contained in:
Schuyler Eldridge
2024-02-07 01:27:04 -05:00
parent cc528f2ed1
commit e33f9d8c5b

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Update CIRCT - name: Update CIRCT
uses: circt/update-circt@v1.0.0 uses: circt/update-circt@v1
with: with:
user: 'bartender' user: 'bartender'
email: 'firesimchipyard@gmail.com' email: 'firesimchipyard@gmail.com'