Skip to content

Commit 543457a

Browse files
authored
Merge pull request freqtrade#12575 from freqtrade/dependabot/github_actions/develop/peter-evans/create-pull-request-7.0.9
chore(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9
2 parents 5d781d0 + a13f488 commit 543457a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/binance-lev-tier-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: python build_helpers/binance_update_lev_tiers.py
3535

3636

37-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
37+
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
3838
with:
3939
token: ${{ secrets.REPO_SCOPED_TOKEN }}
4040
add-paths: freqtrade/exchange/binance_leverage_tiers.json

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run auto-update
2929
run: pre-commit autoupdate
3030

31-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
31+
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
3232
with:
3333
token: ${{ secrets.REPO_SCOPED_TOKEN }}
3434
add-paths: .pre-commit-config.yaml

0 commit comments

Comments
 (0)