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 Jan 14, 2025
1 parent 7ad2864 commit a5232e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
PR_BRANCH_NAME: '${{ steps.context.outputs.label }}'
PR_TITLE: 'Test ${{ steps.context.outputs.label }}'

- uses: actions/github-script@v6
- uses: actions/github-script@v7
id: pr
with:
script: |
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
console.log(`Label ${label} was not found on PR #${prNumber}`);
}
- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: ${{ github.ref_name == 'main' }}
with:
script: |
Expand Down

0 comments on commit a5232e1

Please sign in to comment.