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 Nov 17, 2023
1 parent dfcdf03 commit a27014b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-opened-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull Request Opened Command
uses: actions/github-script@0.9.0
uses: actions/github-script@v7.0.1
with:
github-token: ${{secrets.REPO_ACCESS_TOKEN}}
script: |
Expand Down

0 comments on commit a27014b

Please sign in to comment.