Browse Source

chore(deps): update cirrus-actions/rebase action to v1.8 (#39765)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/39770/head
renovate[bot] 2 years ago
committed by GitHub
parent
commit
7df91fd14b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/rebase.yml

2
.github/workflows/rebase.yml

@ -20,6 +20,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Automatic Rebase - name: Automatic Rebase
uses: cirrus-actions/rebase@1.7 uses: cirrus-actions/rebase@1.8
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save