Skip to content

Commit

Permalink
chore(deps): update github-tags action .github/workflow-templates/cod…
Browse files Browse the repository at this point in the history
…eowners-merge.yml (.github/workflow-templates/codeowners-merge.yml)
  • Loading branch information
IK Renovate Bot committed May 11, 2024
1 parent 1cf519b commit 32fff98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflow-templates/codeowners-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
steps:
- name: checkout code
if: steps.check.outputs.triggered == 'true'
uses: actions/[email protected].1
uses: actions/[email protected].5
with:
fetch-depth: '1'
submodules: 'recursive'

- name: check if merge was approved by code owner
if: steps.check.outputs.triggered == 'true'
uses: orta/[email protected].5
uses: orta/[email protected].6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 32fff98

Please sign in to comment.