diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index d8f777e2..8583d085 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@c5bb1379bae93b5d0dc37ded5c089540e3033dc6 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@ce6c1c501c1fc1c36578fa1902ddd146f6954118 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8eab4a88..afaec2e4 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@c5bb1379bae93b5d0dc37ded5c089540e3033dc6 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@ce6c1c501c1fc1c36578fa1902ddd146f6954118 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 36802594..632f294b 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@c5bb1379bae93b5d0dc37ded5c089540e3033dc6 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@ce6c1c501c1fc1c36578fa1902ddd146f6954118 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}