Skip to content

Commit

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

chore(deps): bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
purcell authored Feb 1, 2024
2 parents 12b6549 + cd9b2c4 commit 8c04435
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@v5
uses: peter-evans/create-pull-request@v6
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@v5
uses: peter-evans/create-pull-request@v6
with:
title: 'Update emacs snapshots'
body: ''
Expand Down

0 comments on commit 8c04435

Please sign in to comment.