diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 383de73e8..301728e46 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -24,7 +24,7 @@ jobs: nix shell nixpkgs#git -c git commit -am "[auto] update flake inputs" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 id: cpr with: token: ${{ secrets.MACHINE_USER_TOKEN }}