diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 1d4741c8c..c7aa6ecab 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -15,7 +15,8 @@ jobs: - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@main with: + token: ${{CI_CREATE_PR_TOKEN}} pr-title: "Update flake.lock" # Title of PR to be created pr-labels: | # Labels to be set on the PR dependencies - automated \ No newline at end of file + automated diff --git a/Makefile b/Makefile index 719286ad8..7c7122a8e 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ LIBS += -lrt endif endif -YOSYS_VER := 0.41+111 +YOSYS_VER := 0.41+126 # Note: We arrange for .gitcommit to contain the (short) commit hash in # tarballs generated with git-archive(1) using .gitattributes. The git repo