Skip to content

Commit

Permalink
Update issue-trigger.yml (hackforla#5544)
Browse files Browse the repository at this point in the history
Confirm Dependabot proposed updates
  • Loading branch information
t-will-gillis authored Sep 30, 2023
1 parent adcc77c commit 52a1348
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 52a1348

Please sign in to comment.