Skip to content

Commit

Permalink
Merge pull request #827 from input-output-hk/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/github-script-7

chore(deps): bump actions/github-script from 6 to 7
  • Loading branch information
nhenin authored Mar 22, 2024
2 parents fc3622f + 23f4f5b commit 9683c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
files: '**/changelog.d/**'

- name: Enforce New File or 'No Changelog Required' Label
uses: actions/github-script@v6
uses: actions/github-script@v7
# don't require changelogs for draft PRs
if: github.event.pull_request.draft == false
with:
Expand Down

0 comments on commit 9683c3a

Please sign in to comment.