Update niv-updater-action to the lastest release
This is to reduce the backreferencing noise on nixpkgs: https://github.com/knl/niv-updater-action/issues/36
This commit is contained in:
2
.github/workflows/niv-updates.yml
vendored
2
.github/workflows/niv-updates.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# notice there is no checkout step
|
# notice there is no checkout step
|
||||||
- name: niv-updater-action
|
- name: niv-updater-action
|
||||||
uses: knl/niv-updater-action@v5
|
uses: knl/niv-updater-action@v7
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user