File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
1515 - name : Install uv
16- uses : astral-sh/setup-uv@v7
16+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v6
19+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020 with :
2121 python-version : " 3.12"
2222
@@ -40,10 +40,10 @@ jobs:
4040 - uses : actions/checkout@v6
4141
4242 - name : Install uv
43- uses : astral-sh/setup-uv@v7
43+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
4444
4545 - name : Set up Python ${{ matrix.python-version }}
46- uses : actions/setup-python@v6
46+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4747 with :
4848 python-version : ${{ matrix.python-version }}
4949
You can’t perform that action at this time.
0 commit comments