Skip to content

Commit 4f0450c

Browse files
Use 'latest' instead of 'v1'
Signed-off-by: Evan Lee <Archetypically@users.noreply.github.com>
1 parent 8398968 commit 4f0450c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-permissions-to-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v3
4747

48-
- uses: Archetypically/add-write-permissions-for-codeowners@v1
48+
- uses: Archetypically/add-write-permissions-for-codeowners@latest
4949
with:
5050
file-path: ${{ github.event.inputs.file-path }}
5151
dry-run: ${{ github.event.inputs.dry-run }}

0 commit comments

Comments
 (0)