diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 435be90..4f30c07 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@97519e9862c0fe6832cec85cef1ac6cc8259b3c4 + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@f28cdb4492f376fbe82489c75c2c2bc289f88f47 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 9c28c41..dc6160a 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@97519e9862c0fe6832cec85cef1ac6cc8259b3c4 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@f28cdb4492f376fbe82489c75c2c2bc289f88f47 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2ff1ca4..5eed5a4 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@97519e9862c0fe6832cec85cef1ac6cc8259b3c4 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@f28cdb4492f376fbe82489c75c2c2bc289f88f47 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 49e9ab5..dffe2b7 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@97519e9862c0fe6832cec85cef1ac6cc8259b3c4 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@f28cdb4492f376fbe82489c75c2c2bc289f88f47 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}