Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6b07bf7

Browse files
authored
Merge pull request #6 from ruby-syntax-tree/dependabot/github_actions/actions/github-script-6
Bump actions/github-script from 3 to 6
2 parents 161da1c + 8ccdde0 commit 6b07bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
if: github.event_name == 'pull_request_target' && (github.actor == github.repository_owner || github.actor == 'dependabot[bot]')
2626
steps:
27-
- uses: actions/github-script@v3
27+
- uses: actions/github-script@v6
2828
with:
2929
script: |
3030
github.pulls.merge({

0 commit comments

Comments
 (0)