diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 2c559b2..4667f00 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@1b713692e9d2fb11940635efe9df4193e5493d7f + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@8a9940e4ac74ecbb1ebf7623032cd20b02d92fc4 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 ded4943..ae1a460 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@1b713692e9d2fb11940635efe9df4193e5493d7f + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@8a9940e4ac74ecbb1ebf7623032cd20b02d92fc4 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 86361f4..046cfda 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@1b713692e9d2fb11940635efe9df4193e5493d7f + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@8a9940e4ac74ecbb1ebf7623032cd20b02d92fc4 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 6f4af08..6fd7dea 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@1b713692e9d2fb11940635efe9df4193e5493d7f + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@8a9940e4ac74ecbb1ebf7623032cd20b02d92fc4 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}