diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index d52e189..baaed26 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -30,7 +30,7 @@ jobs: # the token is necessary for checks to rerun after auto commit token: ${{ secrets.PAT }} - name: update code owners - uses: gofunky/update-codeowners@v0.3.1 + uses: gofunky/update-codeowners@v0.3.2 with: distribution: 25 username: true diff --git a/README.md b/README.md index 5b6335b..64a3091 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ jobs: # the token is necessary for checks to rerun after auto commit token: ${{ secrets.PAT }} - name: update code owners - uses: gofunky/update-codeowners@v0.3.1 + uses: gofunky/update-codeowners@v0.3.2 with: distribution: 25 username: true