Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 7.0.0 to 7.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinsolberg committed Feb 8, 2024
1 parent 8aff760 commit 08ca514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
continue-on-error: ${{ github.event_name == 'pull_request' }}
with:
configFile: ${{ steps.set_config.outputs.commitlintconfig }}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name == 'pull_request'
with:
script: |
Expand Down

0 comments on commit 08ca514

Please sign in to comment.