Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent 1ae3273 commit a9aa27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project_manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
- name: Verify linked issue
if: env.LINKED_ISSUE_ID != ''
uses: actions/github-script@0.9.0
uses: actions/github-script@v7.0.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
console.log("Linked Issue Found!");
- name: Report no linked issue
if: env.LINKED_ISSUE_ID == ''
uses: actions/github-script@0.9.0
uses: actions/github-script@v7.0.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit a9aa27c

Please sign in to comment.