Skip to content

Commit fa76660

Browse files
chore(deps): bump the all group with 4 updates
Bumps the all group with 4 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [cachix/install-nix-action](https://github.com/cachix/install-nix-action), [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `astral-sh/setup-uv` from f06b870e0a91d23284a3013acc55e6f88ab4b904 to 61cb8a9741eeb8a550a1b8544337180c0fc8476b - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@f06b870...61cb8a9) Updates `cachix/install-nix-action` from bec50b45a8bb06017c42af46702a3f502adcfa9e to 4e002c8ec80594ecd40e759629461e26c8abed15 - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](cachix/install-nix-action@bec50b4...4e002c8) Updates `astral-sh/ruff-action` from 0448d28b97107c864cdac36fccec40207dd11e35 to f2e32211077f40bfeab40e16285216924ebea4cb - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](astral-sh/ruff-action@0448d28...f2e3221) Updates `pypa/gh-action-pypi-publish` from 106e0b0b7c337fa67ed433972f777c6357f78598 to ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@106e0b0...ed0c539) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 61cb8a9741eeb8a550a1b8544337180c0fc8476b dependency-type: direct:production dependency-group: all - dependency-name: cachix/install-nix-action dependency-version: 4e002c8ec80594ecd40e759629461e26c8abed15 dependency-type: direct:production dependency-group: all - dependency-name: astral-sh/ruff-action dependency-version: f2e32211077f40bfeab40e16285216924ebea4cb dependency-type: direct:production dependency-group: all - dependency-name: pypa/gh-action-pypi-publish dependency-version: ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e661426 commit fa76660

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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
@@ -80,7 +80,7 @@ jobs:
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

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/linter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

@@ -36,7 +36,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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:

.github/workflows/onchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

@@ -46,7 +46,7 @@ jobs:
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

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)