.github/workflows/autocorrect.yml in legitbot-1.9.0 vs .github/workflows/autocorrect.yml in legitbot-1.9.1
- old
+ new
@@ -32,10 +32,10 @@
- name: Run tests
run: bundle exec rake test
- name: Run linter
run: bundle exec rubocop --auto-correct
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v5
with:
branch: update/lint-autocorrect
delete-branch: true
commit-message: '🔧 autocorrect by Rubocop'
title: '[rubocop] Automatic corrections'