Skip to content

Commit

Permalink
Merge pull request #203 from vegaprotocol/renovate/actions-github-scr…
Browse files Browse the repository at this point in the history
…ipt-6.x

chore(deps): update actions/github-script action to v6.4.1
  • Loading branch information
peterbarrow authored Jan 3, 2024
2 parents 85691be + d0ff63d commit cc7e30f
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 cc7e30f

Please sign in to comment.