Skip to content

build(deps): bump actions/checkout from 3.6.0 to 4.1.1 in /.github/actions/artifact-extract #5657

build(deps): bump actions/checkout from 3.6.0 to 4.1.1 in /.github/actions/artifact-extract

build(deps): bump actions/checkout from 3.6.0 to 4.1.1 in /.github/actions/artifact-extract #5657

Workflow file for this run

on:
issue_comment:
types: [created]
name: Automatic Rebase
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/rebase@b87d48154a87a85666003575337e27b8cd65f691 # 1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}