Skip to content

Commit

Permalink
build(deps): bump actions-js/push from 1.4 to 1.5 (#64)
Browse files Browse the repository at this point in the history
Bumps [actions-js/push](https://github.com/actions-js/push) from 1.4 to 1.5.
- [Release notes](https://github.com/actions-js/push/releases)
- [Commits](actions-js/push@v1.4...v1.5)

---
updated-dependencies:
- dependency-name: actions-js/push
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2025
1 parent ef9726b commit 765230e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Check that everything is still working
- run: ./ci.sh
- name: Commit & Push changes
uses: actions-js/push@v1.4
uses: actions-js/push@v1.5
with:
branch: 'master'
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 765230e

Please sign in to comment.