diff --git a/README.adoc b/README.adoc index 2cc886d..0c1ac6c 100644 --- a/README.adoc +++ b/README.adoc @@ -34,7 +34,7 @@ jobs: steps: # notice there is no checkout step - name: niv-updater-action - uses: knl/niv-updater-action@v13 + uses: knl/niv-updater-action@v14 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ---- @@ -124,7 +124,7 @@ jobs: steps: # notice there is no checkout step - name: niv-updater-action - uses: knl/niv-updater-action@v13 + uses: knl/niv-updater-action@v14 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -195,7 +195,7 @@ jobs: steps: # notice there is no checkout step - name: niv-updater-action - uses: knl/niv-updater-action@v13 + uses: knl/niv-updater-action@v14 with: niv_version: '*from-nixpkgs*' skip_ssh_repos: true