From 4f437e116ac0af9b74107ec61019930dbe44be69 Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Fri, 9 May 2025 12:47:53 +0000 Subject: [PATCH] uipdate --- .copier-answers.yml | 2 +- .github/workflows/dependabot-post-update.yaml | 2 +- template/.github/workflows/dependabot-post-update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index eea1fd0e..0841c16b 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.41 +_commit: v0.0.41-1-gf72b639 _src_path: gh:LabAutomationAndScreening/copier-base-template.git description: Copier template for creating Python libraries and executables python_ci_versions: diff --git a/.github/workflows/dependabot-post-update.yaml b/.github/workflows/dependabot-post-update.yaml index d4c0a66b..54d6bca2 100644 --- a/.github/workflows/dependabot-post-update.yaml +++ b/.github/workflows/dependabot-post-update.yaml @@ -51,7 +51,7 @@ jobs: if (!pr) { throw new Error("No pull_request found in payload; aborting dispatch."); } - await github.actions.createWorkflowDispatch({ + await github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, repo: context.repo.repo, workflow_id: "ci.yaml", diff --git a/template/.github/workflows/dependabot-post-update.yaml b/template/.github/workflows/dependabot-post-update.yaml index d4c0a66b..54d6bca2 100644 --- a/template/.github/workflows/dependabot-post-update.yaml +++ b/template/.github/workflows/dependabot-post-update.yaml @@ -51,7 +51,7 @@ jobs: if (!pr) { throw new Error("No pull_request found in payload; aborting dispatch."); } - await github.actions.createWorkflowDispatch({ + await github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, repo: context.repo.repo, workflow_id: "ci.yaml",