Skip to content

chore(deps): bump actions/checkout from 6 to 7 in the all group #45

chore(deps): bump actions/checkout from 6 to 7 in the all group

chore(deps): bump actions/checkout from 6 to 7 in the all group #45

name: "Copilot Setup Steps"
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Install apm-cli and run apm install
run: |
pip install apm-cli
apm install
git restore apm.lock.yaml
- name: Install ast-grep
run: |
pip install ast-grep-cli