From 52050a49ce5de843b49d7021f51af0d012a37532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:49:38 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to 853fc12 --- .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 62ae4ba..0a4793c 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@e4084548a4590279fa90cf41e69ca9ef59c9cfb0 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@853fc1225d3e6291a7a284c1a7a4cb1d1764e082 # main permissions: id-token: write with: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index f1ae130..2beaee2 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@e4084548a4590279fa90cf41e69ca9ef59c9cfb0 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@853fc1225d3e6291a7a284c1a7a4cb1d1764e082 # main diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d60c873..da5ed37 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@e4084548a4590279fa90cf41e69ca9ef59c9cfb0 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@853fc1225d3e6291a7a284c1a7a4cb1d1764e082 # main diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 215b6e2..4275ab8 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@e4084548a4590279fa90cf41e69ca9ef59c9cfb0 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@853fc1225d3e6291a7a284c1a7a4cb1d1764e082 # main secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}