Skip to content

Commit

Permalink
Update issue-handler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk authored Jun 7, 2024
1 parent 281fe38 commit e03136f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
first-interaction:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
- uses: actions/first-interaction@v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |-
Expand All @@ -27,7 +27,7 @@ jobs:
auto-labeler:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.1
- uses: github/issue-labeler@v3.4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
Expand Down

0 comments on commit e03136f

Please sign in to comment.