diff --git a/README.adoc b/README.adoc index 0c1ac6c..7925a9b 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@v14 + uses: knl/niv-updater-action@v15 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@v14 + uses: knl/niv-updater-action@v15 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@v14 + uses: knl/niv-updater-action@v15 with: niv_version: '*from-nixpkgs*' skip_ssh_repos: true