dependabot[bot] dependabot[bot] commited on
Commit
fb12faa
1 Parent(s): 8e87396

Bump cirrus-actions/rebase from 1.4 to 1.5 (#5251)

Browse files

Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.4 to 1.5.
- [Release notes](https://github.com/cirrus-actions/rebase/releases)
- [Commits](https://github.com/cirrus-actions/rebase/compare/1.4...1.5)

---
updated-dependencies:
- dependency-name: cirrus-actions/rebase
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>

Files changed (1) hide show
  1. .github/workflows/rebase.yml +1 -1
.github/workflows/rebase.yml CHANGED
@@ -16,6 +16,6 @@ jobs:
16
  token: ${{ secrets.GITHUB_TOKEN }}
17
  fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
18
  - name: Automatic Rebase
19
- uses: cirrus-actions/rebase@1.4
20
  env:
21
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
16
  token: ${{ secrets.GITHUB_TOKEN }}
17
  fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
18
  - name: Automatic Rebase
19
+ uses: cirrus-actions/rebase@1.5
20
  env:
21
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}