diff --git a/.github/workflows/update-nixpkgs.yml b/.github/workflows/update-nixpkgs.yml index bb1911c..f3c649f 100644 --- a/.github/workflows/update-nixpkgs.yml +++ b/.github/workflows/update-nixpkgs.yml @@ -16,7 +16,7 @@ jobs: - name: Update snapshot commit run: 'nix flake update nixpkgs' - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: 'Update nixpkgs snapshot' body: '' diff --git a/.github/workflows/update-snapshot.yml b/.github/workflows/update-snapshot.yml index de180e4..0d84bc3 100644 --- a/.github/workflows/update-snapshot.yml +++ b/.github/workflows/update-snapshot.yml @@ -18,7 +18,7 @@ jobs: - name: Update HEAD snapshot commit run: 'nix flake update emacs-snapshot' - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: 'Update emacs snapshots' body: ''