Skip to content

Commit

Permalink
build(deps): bump EndBug/add-and-commit from 7 to 8.0.1 (#113)
Browse files Browse the repository at this point in the history
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 8.0.1.
- [Release notes](https://github.com/EndBug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md)
- [Commits](EndBug/add-and-commit@v7...v8.0.1)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 24, 2022
1 parent 19dcbfc commit 374dc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }}

- name: Commit Updated Files 📤
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v8.0.1
with:
add: "['Gemfile.lock', 'package.json', 'package-lock.json', 'lib/rails_mini_profiler/version.rb']"
message: "chore: post-release ${{ steps.release-version.outputs.version }}"

0 comments on commit 374dc67

Please sign in to comment.