dependabot[bot]
dependabot[bot]
commited on
Commit
•
d29df68
1
Parent(s):
4d59f65
Bump cirrus-actions/rebase from 1.6 to 1.7 (#7831)
Browse filesBumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.6 to 1.7.
- [Release notes](https://github.com/cirrus-actions/rebase/releases)
- [Commits](https://github.com/cirrus-actions/rebase/compare/1.6...1.7)
---
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>
.github/workflows/rebase.yml
CHANGED
@@ -16,6 +16,6 @@ jobs:
|
|
16 |
token: ${{ secrets.ACTIONS_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.
|
20 |
env:
|
21 |
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
|
|
16 |
token: ${{ secrets.ACTIONS_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.7
|
20 |
env:
|
21 |
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|