Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 65df0af commit 379b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: "Fail if linked issue AND exclusion label"
id: linked-and-nochangelog
if: steps.linked.outcome == 'success' && steps.exclude-linked.outcome == 'success'
uses: actions/github-script@v6.1.1
uses: actions/github-script@v6.4.1
with:
github-token: ${{secrets.PROJECT_MANAGE_ACTION}}
script: |
Expand Down

0 comments on commit 379b9a5

Please sign in to comment.