From 5b63ba471a2acbde9fec87d8cfc123a4c0d5e210 Mon Sep 17 00:00:00 2001 From: Nikola Knezevic Date: Thu, 17 Oct 2024 11:52:54 +0200 Subject: [PATCH] Bump up the version to v15 --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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