From 54817b53eb17971033f6d57981a7c2cbbfe70c6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:26:26 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to 214a3ef (#414) 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 48563f1..cbaacf2 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@cc09c793e11660453ce250a606d15369dd61f5fb + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@214a3ef3a86dc22ce92f4dd00f0ebcf7f928948f 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 c8f5c2d..4467404 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@cc09c793e11660453ce250a606d15369dd61f5fb + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@214a3ef3a86dc22ce92f4dd00f0ebcf7f928948f diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e25e0bb..e312b0c 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@cc09c793e11660453ce250a606d15369dd61f5fb + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@214a3ef3a86dc22ce92f4dd00f0ebcf7f928948f diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index bfe0571..8fbb410 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@cc09c793e11660453ce250a606d15369dd61f5fb + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@214a3ef3a86dc22ce92f4dd00f0ebcf7f928948f secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}