From 46da0d1c8c708a46857bfda5cc8c2d3cc5c0dd48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:00:30 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to cc09c79 (#412) 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 ce3bf1a..48563f1 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@f2467fb11b05a1bc9d1a313106ae43af6d1b45e2 + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@cc09c793e11660453ce250a606d15369dd61f5fb 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 24f842b..c8f5c2d 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@f2467fb11b05a1bc9d1a313106ae43af6d1b45e2 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@cc09c793e11660453ce250a606d15369dd61f5fb diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ba2616d..e25e0bb 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@f2467fb11b05a1bc9d1a313106ae43af6d1b45e2 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@cc09c793e11660453ce250a606d15369dd61f5fb diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index fc5758e..bfe0571 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@f2467fb11b05a1bc9d1a313106ae43af6d1b45e2 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@cc09c793e11660453ce250a606d15369dd61f5fb secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}