Skip to content

Commit

Permalink
Merge pull request #303 from purcell/dependabot/github_actions/peter-…
Browse files Browse the repository at this point in the history
…evans/create-pull-request-7

chore(deps): bump peter-evans/create-pull-request from 6 to 7
  • Loading branch information
purcell authored Sep 4, 2024
2 parents 6cc9fcc + 8ed4984 commit 1610ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nixpkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Update snapshot commit
run: 'nix flake update nixpkgs'
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: 'Update nixpkgs snapshot'
body: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v6
uses: peter-evans/create-pull-request@v7
with:
title: 'Update emacs snapshots'
body: ''
Expand Down

0 comments on commit 1610ab3

Please sign in to comment.