Skip to content

chore(deps): bump conda-incubator/setup-miniconda from 3.3.0 to 4.0.1 #10598

chore(deps): bump conda-incubator/setup-miniconda from 3.3.0 to 4.0.1

chore(deps): bump conda-incubator/setup-miniconda from 3.3.0 to 4.0.1 #10598

Workflow file for this run

name: Spell checking
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
pull-requests: write
concurrency:
group: spelling-${{ github.ref }}
cancel-in-progress: true
jobs:
spelling:
name: Spell checking
permissions:
contents: read
pull-requests: write
actions: read
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: check-spelling/check-spelling@v0.0.26
with:
extra_dictionaries:
cspell:python/src/python/python.txt
cspell:public-licenses/src/generated/public-licenses.txt
cspell:filetypes/filetypes.txt
cspell:python/src/python/python-lib.txt