Skip to content

Commit

Permalink
Update schedule-monthly-PREV.yml
Browse files Browse the repository at this point in the history
updating actions/github-script@v6 --> v7 per #5899
  • Loading branch information
t-will-gillis authored Nov 23, 2023
1 parent f4f0b03 commit 2ad2ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schedule-monthly-PREV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

# gets a list of website-write team members with no open issues, returns a list of member's github handles
- name: Get List
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get-list
with:
github-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }}
Expand All @@ -23,7 +23,7 @@ jobs:
# creates a new issue in hackforla/website repo with the list populated above. creates a project card linking to this issue
- name: Create New Issue
uses: actions/github-script@v6
uses: actions/github-script@v7
id: create-new-issue
with:
github-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }}
Expand All @@ -35,7 +35,7 @@ jobs:
# comments on issue #2607, notifying leads that the above issue has been created
- name: Comment Issue
uses: actions/github-script@v6
uses: actions/github-script@v7
id: comment-issue
with:
github-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }}
Expand Down

0 comments on commit 2ad2ad2

Please sign in to comment.