Merge pull request #6283 from betagouv/fix-rebase-action-not-triggering-checks

CI : mise à jour de l'action 'rebase' (#6283)
This commit is contained in:
Pierre de La Morinerie 2021-06-22 08:43:02 +02:00 committed by GitHub
commit 1adadc38e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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