Skip to content

ci: Bump the gh-actions group with 4 updates #3

ci: Bump the gh-actions group with 4 updates

ci: Bump the gh-actions group with 4 updates #3

name: Copilot Setup Steps
on:
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
workflow_dispatch:
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout branch
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up pixi
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
with:
environments: default lint
- name: Install repository
run: pixi run postinstall