Skip to content

Commit

Permalink
Update issue-trigger.yml
Browse files Browse the repository at this point in the history
testing dependabot updates
  • Loading branch information
t-will-gillis authored Sep 17, 2023
1 parent 93fb02c commit 05f65f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# Only trigger this action when an issue is newly created
if: ${{ github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'transferred')}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Check if the issue has required labels
- name: Check Labels
uses: actions/github-script@v6
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
#Triggers when the issue is newly assigned
if: ${{ github.event_name == 'issues' && github.event.action == 'assigned'}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Check if the issue has the required roles
- name: Check Labels Prelim
Expand Down

0 comments on commit 05f65f2

Please sign in to comment.