From 29c13a42a7ba890e7388afcfaa1eb8b5f66341cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Kne=C5=BEevi=C4=87?= Date: Mon, 11 Jan 2021 09:19:13 +0100 Subject: [PATCH] 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 --- .github/workflows/niv-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/niv-updates.yml b/.github/workflows/niv-updates.yml index a1dc0ce..fb472ef 100644 --- a/.github/workflows/niv-updates.yml +++ b/.github/workflows/niv-updates.yml @@ -10,7 +10,7 @@ jobs: steps: # notice there is no checkout step - name: niv-updater-action - uses: knl/niv-updater-action@v5 + uses: knl/niv-updater-action@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: