diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index f19268b6..8768e3ee 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@9faa6267bd57839cfe7b986b857b40611e89d244 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@22f6fee4f17a85d8ac2ab2e6cf15c9bcc51bfe40 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index dab52675..c92c3f62 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@9faa6267bd57839cfe7b986b857b40611e89d244 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@22f6fee4f17a85d8ac2ab2e6cf15c9bcc51bfe40 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 736a7afe..9a6705f5 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@9faa6267bd57839cfe7b986b857b40611e89d244 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@22f6fee4f17a85d8ac2ab2e6cf15c9bcc51bfe40 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}