Skip to content

Commit db4e16d

Browse files
chore(deps): update actions/github-script action to v7
1 parent dfcdf03 commit db4e16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-opened-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Pull Request Opened Command
11-
uses: actions/github-script@0.9.0
11+
uses: actions/github-script@v7.0.0
1212
with:
1313
github-token: ${{secrets.REPO_ACCESS_TOKEN}}
1414
script: |

0 commit comments

Comments
 (0)