Skip to content

Commit

Permalink
Update action refs to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Oct 9, 2023
1 parent 61d083a commit c34f10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-autopkg/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test_setup-autopkg-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c34f10c

Please sign in to comment.