Move internal Actions into .github/actions

This is a more standard location for these custom Actions.
This commit is contained in:
Henry Mercer 2023-03-31 18:23:17 +01:00
parent bb28e7e59e
commit e85546ccca
53 changed files with 70 additions and 70 deletions

View file

@ -16,6 +16,6 @@ updates:
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: "/.github/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
schedule:
interval: weekly