File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7070 with :
7171 node-version : ${{ matrix.node-version || '20' }}
7272 - name : Set up Python ${{ matrix.python }}
73- uses : astral-sh/setup-uv@f06b870e0a91d23284a3013acc55e6f88ab4b904 # v7
73+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
7474 with :
7575 python-version : ${{ matrix.python }}
7676 activate-environment : true
8080 solc-select use 0.5.7 --always-install
8181 - name : Set up nix
8282 if : matrix.type == 'dapp'
83- uses : cachix/install-nix-action@bec50b45a8bb06017c42af46702a3f502adcfa9e # v31
83+ uses : cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
8484 - name : Set up cachix
8585 if : matrix.type == 'dapp'
8686 uses : cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
Original file line number Diff line number Diff line change 3333 persist-credentials : false
3434 - name : Setup Pages
3535 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
36- - uses : astral-sh/setup-uv@f06b870e0a91d23284a3013acc55e6f88ab4b904 # v7
36+ - uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
3737 with :
3838 python-version : " 3.10"
3939 activate-environment : true
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 with :
2424 persist-credentials : false
25- - uses : astral-sh/ruff-action@0448d28b97107c864cdac36fccec40207dd11e35 # v2
25+ - uses : astral-sh/ruff-action@f2e32211077f40bfeab40e16285216924ebea4cb # v2
2626 with :
2727 args : " check"
28- - uses : astral-sh/ruff-action@0448d28b97107c864cdac36fccec40207dd11e35 # v2
28+ - uses : astral-sh/ruff-action@f2e32211077f40bfeab40e16285216924ebea4cb # v2
2929 with :
3030 args : " format --check"
3131
3636 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737 with :
3838 persist-credentials : false
39- - uses : astral-sh/setup-uv@f06b870e0a91d23284a3013acc55e6f88ab4b904 # v7
39+ - uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
4040 with :
4141 python-version : " 3.10"
4242 - run : uv sync --extra lint
5959 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6060 with :
6161 persist-credentials : false
62- - uses : astral-sh/setup-uv@f06b870e0a91d23284a3013acc55e6f88ab4b904 # v7
62+ - uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
6363 - run : uv tool run yamllint -c .yamllint .github/workflows/
6464
6565 actionlint :
Original file line number Diff line number Diff line change 2929 with :
3030 persist-credentials : false
3131 - name : Set up Python 3.10
32- uses : astral-sh/setup-uv@f06b870e0a91d23284a3013acc55e6f88ab4b904 # v7
32+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
3333 with :
3434 python-version : " 3.10"
3535 activate-environment : true
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818
1919 - name : Set up Python
20- uses : astral-sh/setup-uv@f06b870e0a91d23284a3013acc55e6f88ab4b904 # v7
20+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
2121 with :
2222 python-version : " 3.10"
2323
4646 path : dist/
4747
4848 - name : publish
49- uses : pypa/gh-action-pypi-publish@106e0b0b7c337fa67ed433972f777c6357f78598 # v1.13.0
49+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
5050
5151 - name : sign
5252 uses : sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d # v3.2.0
Original file line number Diff line number Diff line change 2727 with :
2828 persist-credentials : false
2929 - name : Set up Python ${{ matrix.python }}
30- uses : astral-sh/setup-uv@f06b870e0a91d23284a3013acc55e6f88ab4b904 # v7
30+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
3131 with :
3232 python-version : ${{ matrix.python }}
3333
You can’t perform that action at this time.
0 commit comments