File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222 with :
2323 persist-credentials : false
2424
2525 - name : Run pre-commit hooks
26- uses : j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5
26+ uses : j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6
2727
2828 - name : Check spelling
29- uses : j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5
29+ uses : j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6
3030 continue-on-error : true
3131 with :
3232 extra_args : --all-files --hook-stage manual codespell
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131 with :
3232 fetch-depth : 0 # fetch all history so that last modified date-times are accurate
3333 persist-credentials : false
3434
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
36+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 cache : pip
Original file line number Diff line number Diff line change @@ -42,18 +42,18 @@ jobs:
4242 - " ubuntu-latest"
4343
4444 steps :
45- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
45+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4646 with :
4747 persist-credentials : false
4848
4949 - name : Set up Python ${{ matrix.python-version }}
50- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
50+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353 allow-prereleases : true
5454
5555 - name : Install uv
56- uses : hynek/setup-cached-uv@4300ec2180bc77d705e626a34e381b81a4772c51 # v2.5 .0
56+ uses : hynek/setup-cached-uv@34e35d30f1ebc7421a5cc733bca38dcc62603960 # v2.6 .0
5757 with :
5858 cache-dependency-path : |
5959 requirements.txt
You can’t perform that action at this time.
0 commit comments