Skip to content

Commit 9556579

Browse files
committed
fix: wip3
1 parent 5a66761 commit 9556579

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/bump.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ jobs:
8282
continue-on-error: true
8383

8484
- name: "cargo update"
85-
uses: *just
86-
with:
87-
recipe: "bump-cargo-deps"
85+
id: "upgrade"
86+
# sadly we can't use the just recipe here because this just command produces a github output
87+
run: |
88+
just bump-actions
8889
8990
- name: "check-dependencies (post)"
9091
uses: *just

0 commit comments

Comments
 (0)