From 2f9158855829291892fc42ef081d010dd19f57a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:25:38 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to 04d91d5 (#537) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/github-actions.yml | 2 +- .github/workflows/pull-request-target.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/scheduled.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a87956b..159b663 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,7 +15,7 @@ concurrency: jobs: flutter-package: - uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@5e6badfc1a8ffa9621f3048d6569be5dc806296a + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@04d91d5b69922235d8e8ba89a13cfa818ffa8fb5 with: release: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }} secrets: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index 3c33869..4266d95 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@5e6badfc1a8ffa9621f3048d6569be5dc806296a + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@04d91d5b69922235d8e8ba89a13cfa818ffa8fb5 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 447398b..4945218 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@5e6badfc1a8ffa9621f3048d6569be5dc806296a + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@04d91d5b69922235d8e8ba89a13cfa818ffa8fb5 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 4034ed7..9a7ba7a 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@5e6badfc1a8ffa9621f3048d6569be5dc806296a + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@04d91d5b69922235d8e8ba89a13cfa818ffa8fb5 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}