From 8403a9a6bbdf2e5fc789fc963ae4741d103a6810 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 6 Apr 2024 01:45:07 -0700 Subject: [PATCH] chore: update reusable actions branch --- .github/workflows/commit.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index c331fb6..fb17b8a 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -4,4 +4,4 @@ on: push jobs: pytest-precommit-workflow: - uses: danb27/reusable-actions/.github/workflows/pytest-precommit.yml@dev + uses: danb27/reusable-actions/.github/workflows/pytest-precommit.yml@main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 722b2b1..9ed8fe5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,5 +12,5 @@ permissions: jobs: push-code-artifact: - uses: danb27/reusable-actions/.github/workflows/push-code-artifact.yml@dev + uses: danb27/reusable-actions/.github/workflows/push-code-artifact.yml@main secrets: inherit