@@ -19,43 +19,42 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout source
22- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323
2424 - name : Set up python
25- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
25+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
2626 with :
2727 python-version : " 3.12"
2828 cache : pip
2929 cache-dependency-path : pyproject.toml
3030
3131 - name : Cache pooch
32- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
32+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
3333 with :
3434 path : ~/.cache/sleplet
3535 key : readme-${{ hashFiles('pyproject.toml') }}
3636
3737 - name : Install dependencies
38- run : python -m pip install -e " .[readme]"
38+ run : python -m pip install -e ' .[readme]'
3939
4040 - name : Run examples in the README
41- run : >-
42- python -m pytest --codeblocks .github README.md documentation -n auto
41+ run : python -m pytest --codeblocks .github README.md documentation
4342
4443 examples :
4544 runs-on : ubuntu-latest
4645 steps :
4746 - name : Checkout source
48- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
47+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4948
5049 - name : Set up python
51- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
50+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
5251 with :
5352 python-version : " 3.12"
5453 cache : pip
5554 cache-dependency-path : pyproject.toml
5655
5756 - name : Cache pooch
58- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
57+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
5958 with :
6059 path : ~/.cache/sleplet
6160 key : examples-${{ hashFiles('pyproject.toml') }}
0 commit comments