Skip to content

Commit

Permalink
chore(deps): Bump actions/github-script from 6 to 7 (deviantony#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 4523e32 commit c705d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

- name: Delete branch
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: npm install semver

- name: Get latest release version
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get-latest-release
with:
script: |
Expand Down

0 comments on commit c705d57

Please sign in to comment.