We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b74d9 commit df9006aCopy full SHA for df9006a
1 file changed
.github/workflows/dependabot-lockfile.yml
@@ -29,6 +29,9 @@ jobs:
29
node-version-file: "package.json"
30
cache: "pnpm"
31
32
+ - name: Install Foundry
33
+ uses: foundry-rs/foundry-toolchain@v1
34
+
35
- name: Update lockfile
36
run: pnpm install --no-frozen-lockfile
37
0 commit comments