From c733faa13635cd6bdf648d8664bc10737b19c022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:56:26 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to 603a848 --- .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 dd7934c..047e0c7 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@f708c49fc2c7362c69150dbe1acd1868ec30d4d4 + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@603a8482a7723f4f48adbcf947fa687fc3d7ddc7 permissions: id-token: write with: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index 23bbdef..5cd0ca6 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@f708c49fc2c7362c69150dbe1acd1868ec30d4d4 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@603a8482a7723f4f48adbcf947fa687fc3d7ddc7 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5c88757..f2334c2 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@f708c49fc2c7362c69150dbe1acd1868ec30d4d4 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@603a8482a7723f4f48adbcf947fa687fc3d7ddc7 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 7bd6b0c..56bb291 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@f708c49fc2c7362c69150dbe1acd1868ec30d4d4 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@603a8482a7723f4f48adbcf947fa687fc3d7ddc7 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}