Skip to content

Commit

Permalink
Bump up the version to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Knezevic committed Oct 17, 2024
1 parent 00cb5e6 commit 5b63ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
----
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5b63ba4

Please sign in to comment.