Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-pull-request from 5 to 6 (letsbl…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 422c207 commit a2162aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix run .#update-contributors
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.BOT_TOKEN }}
push-to-fork: lbi-bot/letsblockit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Download updated presets
run: go run ./cmd/utils/ update-presets
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.BOT_TOKEN }}
push-to-fork: lbi-bot/letsblockit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: nix run .#upgrade-deps
- run: nix build
- run: nix build .#server-container
- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.BOT_TOKEN }}
push-to-fork: lbi-bot/letsblockit
Expand Down

0 comments on commit a2162aa

Please sign in to comment.