Skip to content

Commit

Permalink
Merge pull request #218 from crazy-max/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
crazy-max authored Apr 8, 2024
2 parents 4e2ba2a + f443f6d commit 2a46886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
-
name: Delete branch
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
await github.rest.git.deleteRef({
Expand Down

0 comments on commit 2a46886

Please sign in to comment.