Skip to content

Commit

Permalink
maint(gh-actions/run-autopkgtests): Use main branch for setup-lxd (#61)
Browse files Browse the repository at this point in the history
It contains the fix to speedup the image creation, and we can trust that
main will be well managed.

If not we can always go back to a version we know it works.
  • Loading branch information
3v1n0 authored Jan 24, 2025
2 parents 9d85c24 + 8e34666 commit b47848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/common/run-autopkgtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
echo "::endgroup::"
- name: Setup LXD
uses: canonical/setup-lxd@v0.1.2
uses: canonical/setup-lxd@main
with:
channel: latest/stable

Expand Down

0 comments on commit b47848a

Please sign in to comment.