Skip to content

Commit

Permalink
Bump stefanzweifel/git-auto-commit-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v4...v5)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 9, 2023
1 parent 9e73bc5 commit 00c8bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: pip install -U selenium beautifulsoup4 pandas numpy packaging webdriver-manager
- run: python maersk.py
working-directory: ./webscrapers
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: "data_staging"
commit_options: '--signoff'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily_run_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: pip install -U pandas requests fake_useragent
- run: python routescanner_automated_v2.py
working-directory: ./webscrapers
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: "data_staging"
commit_options: '--signoff'
Expand All @@ -39,7 +39,7 @@ jobs:
- run: pip install -U pandas requests
- run: python msc_automated_v2.py
working-directory: ./webscrapers
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: "data_staging"
commit_options: '--signoff'
Expand Down

0 comments on commit 00c8bd6

Please sign in to comment.