From 45309394a8aa1f0ad1cc1cd309aadadd0df90e34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:15:59 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to 22f6fee (#1398) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull-request-target.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/scheduled.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}