Bump django from 3.2.20 to 3.2.23 #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
permissions: | |
pull-requests: write | |
jobs: | |
generate_some_code: | |
name: Generate some code! | |
runs-on: ubuntu-latest | |
if: ${{ github.actor == 'dependabot[bot]' }} | |
steps: | |
- name: Generate new requirements.txt file | |
run: ../../actions/generate-requirements-txt.sh | |
- name: Commit changes | |
uses: EndBug/add-and-commit@v9 | |
with: | |
author_name: TSS Dependabot | |
author_email: [email protected] | |
message: 'Your commit message' | |
add: 'requirements.txt' |