Skip to content

chore(deps): bump actions/checkout from 2.5.0 to 4.1.1 #543

chore(deps): bump actions/checkout from 2.5.0 to 4.1.1

chore(deps): bump actions/checkout from 2.5.0 to 4.1.1 #543

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
pre:
uses: ./.github/workflows/cache.yml
lint:
uses: ./.github/workflows/lint.yml
needs: [pre]
test:
uses: ./.github/workflows/test.yml
needs: [pre, lint]