Skip to content

Commit

Permalink
Add CODEOWNERS, update workflows
Browse files Browse the repository at this point in the history
- Add the missing CODEOWNERS file
- Upgrade to actions/checkout@v4
  • Loading branch information
tgharold committed Oct 24, 2023
1 parent a25d0ac commit e9beae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

/.github/** @ritterim/GitGuardians
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Build And Deploy
Expand Down

0 comments on commit e9beae7

Please sign in to comment.