From 8ffd9670083441defba4a94d7df34ce5d8a1da78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:21:27 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to 0e99264 (#566) 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 9c125ea..c59b90b 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@cf38a07cf96df4d718241e7053caeaa60fc3cc56 + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@0e99264dacdb6df10c661cd3cf360aa5fe66cb1c 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 c4420a3..f8d2ace 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@cf38a07cf96df4d718241e7053caeaa60fc3cc56 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@0e99264dacdb6df10c661cd3cf360aa5fe66cb1c diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7c62e53..7ac7b39 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@cf38a07cf96df4d718241e7053caeaa60fc3cc56 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@0e99264dacdb6df10c661cd3cf360aa5fe66cb1c diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 9ef9835..694be88 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@cf38a07cf96df4d718241e7053caeaa60fc3cc56 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@0e99264dacdb6df10c661cd3cf360aa5fe66cb1c secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}