diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index 8583d085..aea93fcc 100644 --- a/.github/workflows/pull-request-target.yml +++ b/.github/workflows/pull-request-target.yml @@ -5,4 +5,4 @@ on: jobs: pull-request: - uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@ce6c1c501c1fc1c36578fa1902ddd146f6954118 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@478b37ce0becca4b73024eda9c824f024a37f58d diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index afaec2e4..7f71b43b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,4 +5,4 @@ on: jobs: pull-request: - uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@ce6c1c501c1fc1c36578fa1902ddd146f6954118 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@478b37ce0becca4b73024eda9c824f024a37f58d diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 632f294b..0c5b0100 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -6,7 +6,7 @@ on: jobs: scheduled: - uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@ce6c1c501c1fc1c36578fa1902ddd146f6954118 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@478b37ce0becca4b73024eda9c824f024a37f58d secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}