Skip to content

Commit

Permalink
chore(deps): update cirrus-actions/rebase action to v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 16, 2023
1 parent 93d17b2 commit 00bc292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-project/.github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
uses: cirrus-actions/rebase@1.8
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
token: {{ "${{ secrets.PAT_TOKEN }}" }}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
uses: cirrus-actions/rebase@1.8
env:
GITHUB_TOKEN: {{ "${{ secrets.PAT_TOKEN }}" }}

0 comments on commit 00bc292

Please sign in to comment.