From ccd6f8e415d7d43f4f5b15a1bd4d9f6c08042cab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:13:02 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to 0df355a (#389) 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 063f33b..7e0b4b3 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@0708de095f31e483621ed362427cbea7eb337177 + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@0df355a01c75e9abdc01b91df1d02954aadfce08 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 eefa29d..98794d6 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@0708de095f31e483621ed362427cbea7eb337177 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@0df355a01c75e9abdc01b91df1d02954aadfce08 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6b40131..aeca237 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@0708de095f31e483621ed362427cbea7eb337177 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@0df355a01c75e9abdc01b91df1d02954aadfce08 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 5193be8..156caac 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@0708de095f31e483621ed362427cbea7eb337177 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@0df355a01c75e9abdc01b91df1d02954aadfce08 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}