From c34f10c21b050088182dde94d9a07dad7a4ddca2 Mon Sep 17 00:00:00 2001 From: jgstew Date: Mon, 9 Oct 2023 16:16:26 -0400 Subject: [PATCH] Update action refs to main --- .github/actions/setup-autopkg/action.yaml | 2 +- .github/workflows/Test_setup-autopkg-actions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-autopkg/action.yaml b/.github/actions/setup-autopkg/action.yaml index aab8e0e..c721a1a 100644 --- a/.github/actions/setup-autopkg/action.yaml +++ b/.github/actions/setup-autopkg/action.yaml @@ -24,7 +24,7 @@ runs: steps: # This has been moved to: https://github.com/autopkg/setup-autopkg-actions - name: test setup-autopkg-actions action - uses: autopkg/setup-autopkg-actions@v0.1.2 + uses: autopkg/setup-autopkg-actions@main with: use-python-version: ${{ inputs.use-python-version }} use-autopkg-branch: ${{ inputs.use-autopkg-branch }} diff --git a/.github/workflows/Test_setup-autopkg-actions.yaml b/.github/workflows/Test_setup-autopkg-actions.yaml index 0a5254e..b9d8db2 100644 --- a/.github/workflows/Test_setup-autopkg-actions.yaml +++ b/.github/workflows/Test_setup-autopkg-actions.yaml @@ -22,7 +22,7 @@ jobs: - name: test setup-autopkg-actions action # https://github.com/orgs/community/discussions/26073 - uses: autopkg/setup-autopkg-actions@v0.1.2 + uses: autopkg/setup-autopkg-actions@main - name: run recipe autopkg run: python autopkg/Code/autopkg run -vv Test-Recipes/AutopkgCore.test.recipe.yaml