We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1eee6 commit 98e039cCopy full SHA for 98e039c
.github/workflows/update-deps.yml
@@ -39,15 +39,15 @@ jobs:
39
name: ibis-substrait
40
extraPullNames: nix-community,poetry2nix,ibis
41
42
- - uses: cpcloud/niv-dep-info-action@v2.0.2
+ - uses: cpcloud/niv-dep-info-action@v2.0.5
43
id: get-current-commit
44
with:
45
dependency: ${{ matrix.dep }}
46
47
- name: update ${{ matrix.dep }}
48
run: nix shell -f '<nixpkgs>' niv -c niv update ${{ matrix.dep }}
49
50
51
id: get-new-commit
52
53
0 commit comments