Move internal Actions into .github/actions
This is a more standard location for these custom Actions.
This commit is contained in:
parent
bb28e7e59e
commit
e85546ccca
53 changed files with 70 additions and 70 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue