Skip to content

Commit 1f39fdc

Browse files
committed
Fix install
1 parent af6a009 commit 1f39fdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
steps:
2222
- name: checkout repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: build example
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: 22
2828
- name: build example

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM python:3.13-slim
22

33
WORKDIR /action
44

5-
RUN pip install metablock
5+
RUN pip install metablock[cli]==1.1

0 commit comments

Comments
 (0)