Skip to content

Bump actions/checkout from 3.5.3 to 4.0.0 #867

Bump actions/checkout from 3.5.3 to 4.0.0

Bump actions/checkout from 3.5.3 to 4.0.0 #867

Workflow file for this run

name: Re-run workflows for incoming PRs
on:
push:
branches:
- '**'
jobs:
trigger_ci:
name: Trigger CI
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Trigger CI
uses: ./
with:
workflow: CI