Skip to content

Commit 0cb1109

Browse files
chore(deps): update actions/github-script action to v7
1 parent 6b91ca2 commit 0cb1109

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-positive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
PR_BRANCH_NAME: '${{ steps.context.outputs.label }}'
4242
PR_TITLE: 'Test ${{ steps.context.outputs.label }}'
4343

44-
- uses: actions/github-script@v6
44+
- uses: actions/github-script@v7
4545
id: pr
4646
with:
4747
script: |
@@ -134,7 +134,7 @@ jobs:
134134
console.log(`Label ${label} was not found on PR #${prNumber}`);
135135
}
136136
137-
- uses: actions/github-script@v6
137+
- uses: actions/github-script@v7
138138
if: ${{ github.ref_name == 'main' }}
139139
with:
140140
script: |

0 commit comments

Comments
 (0)