mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#6229)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
128697958b
commit
376e49a947
@@ -277,7 +277,7 @@ jobs:
|
|||||||
- name: Create Pull Request (Push only)
|
- name: Create Pull Request (Push only)
|
||||||
id: cpr
|
id: cpr
|
||||||
if: github.event_name == 'push' && env.CHANGES_DETECTED == 'true'
|
if: github.event_name == 'push' && env.CHANGES_DETECTED == 'true'
|
||||||
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
|
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.setup-bot.outputs.token }}
|
token: ${{ steps.setup-bot.outputs.token }}
|
||||||
commit-message: "Update Frontend 3rd Party Licenses"
|
commit-message: "Update Frontend 3rd Party Licenses"
|
||||||
@@ -495,7 +495,7 @@ jobs:
|
|||||||
- name: Create Pull Request (push only)
|
- name: Create Pull Request (push only)
|
||||||
if: github.event_name == 'push' && env.CHANGES_DETECTED == 'true'
|
if: github.event_name == 'push' && env.CHANGES_DETECTED == 'true'
|
||||||
id: cpr
|
id: cpr
|
||||||
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
|
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.setup-bot.outputs.token }}
|
token: ${{ steps.setup-bot.outputs.token }}
|
||||||
commit-message: "Update Backend 3rd Party Licenses"
|
commit-message: "Update Backend 3rd Party Licenses"
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: always()
|
if: always()
|
||||||
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
|
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.setup-bot.outputs.token }}
|
token: ${{ steps.setup-bot.outputs.token }}
|
||||||
commit-message: Update files
|
commit-message: Update files
|
||||||
|
|||||||
Reference in New Issue
Block a user