Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-pull-request from 5 to 6 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent e353567 commit 601a241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Chezmoi add
run: chezmoi add "$HOME/.config/nvim/lazy-lock.json"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
branch: create-pull-request/bump-nvim-plugins
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
echo "$NEW_VERSION" > .chezmoiversion
fi
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
branch: create-pull-request/bump-chezmoi
Expand Down

0 comments on commit 601a241

Please sign in to comment.