We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6a009 commit 1f39fdcCopy full SHA for 1f39fdc
.github/workflows/build.yml
@@ -20,9 +20,9 @@ jobs:
20
21
steps:
22
- name: checkout repo
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
- name: build example
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
node-version: 22
28
Dockerfile
@@ -2,4 +2,4 @@ FROM python:3.13-slim
2
3
WORKDIR /action
4
5
-RUN pip install metablock
+RUN pip install metablock[cli]==1.1
0 commit comments