diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 7bbce5c..aa46af3 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -22,7 +22,7 @@ jobs: - name: Update flakes run: nix flake update - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: title: "flake: update inputs" token: ${{ steps.app-token.outputs.token }}