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