From 7997f48320d35ea4e8f5b3044d7a2eef759fd0f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:13:51 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to 97519e9 (#315) 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 4667f00..435be90 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@8a9940e4ac74ecbb1ebf7623032cd20b02d92fc4 + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@97519e9862c0fe6832cec85cef1ac6cc8259b3c4 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 ae1a460..9c28c41 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@8a9940e4ac74ecbb1ebf7623032cd20b02d92fc4 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@97519e9862c0fe6832cec85cef1ac6cc8259b3c4 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 046cfda..2ff1ca4 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@8a9940e4ac74ecbb1ebf7623032cd20b02d92fc4 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@97519e9862c0fe6832cec85cef1ac6cc8259b3c4 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 6fd7dea..49e9ab5 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@8a9940e4ac74ecbb1ebf7623032cd20b02d92fc4 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@97519e9862c0fe6832cec85cef1ac6cc8259b3c4 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}