Skip to content

Commit

Permalink
Merge pull request #233 from metabrainz/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…/actions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
akshaaatt authored Jul 15, 2024
2 parents b3e1d21 + dcb9b1e commit 1960430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/attach-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Find release tag name
id: find_release
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const { owner, repo } = context.repo;
Expand Down

0 comments on commit 1960430

Please sign in to comment.