Skip to content

Commit

Permalink
Bump to actions/github-script@v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 19, 2024
1 parent cc40b87 commit 5277cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/binder-link/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: "composite"
steps:
- name: add binder link
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{ inputs.github_token }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/enforce-label/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
if: ${{ github.event.action == 'opened' }}
run: sleep 60
- name: enforce-triage-label
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
const required = ['bug', 'enhancement', 'feature', 'maintenance', 'documentation'];
Expand Down

0 comments on commit 5277cf0

Please sign in to comment.