From 05f65f22b3fb53a0656f43810cc269c23b9d8a9b Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Sat, 16 Sep 2023 19:29:17 -0700 Subject: [PATCH] Update issue-trigger.yml testing dependabot updates --- .github/workflows/issue-trigger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-trigger.yml b/.github/workflows/issue-trigger.yml index e8a36de2cd..c79233b9d6 100644 --- a/.github/workflows/issue-trigger.yml +++ b/.github/workflows/issue-trigger.yml @@ -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 @@ -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