Skip to content

Commit 44e3f64

Browse files
authored
Merge pull request #289 from deploystackio/dependabot/github_actions/actions/github-script-8
chore(deps): bump actions/github-script from 7 to 8
2 parents 0603085 + 1226ad1 commit 44e3f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.pull_request.head.ref == 'backend-release' || github.event.pull_request.head.ref == 'frontend-release' || github.event.pull_request.head.ref == 'satellite-release'
1919
steps:
2020
- name: Delete release branch
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
github-token: ${{ secrets.APP_INSTALLATION_TOKEN }}
2424
script: |

0 commit comments

Comments
 (0)