Skip to content

Commit

Permalink
Merge pull request sdr-enthusiasts#391 from sdr-enthusiasts/dependabo…
Browse files Browse the repository at this point in the history
…t/github_actions/actions/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
fredclausen authored Nov 13, 2023
2 parents 8096998 + 0c04b50 commit ffbf02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label_invalid_prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Add 'invalid' label if trigger PR check failed
if: github.event.workflow_run.conclusion == 'failure'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand All @@ -46,7 +46,7 @@ jobs:
})
- name: Remove 'invalid' label if trigger PR check was successful
if: github.event.workflow_run.conclusion == 'success'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit ffbf02e

Please sign in to comment.