File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
steps:
35
35
# notice there is no checkout step
36
36
- name: niv-updater-action
37
- uses: knl/niv-updater-action@v12
37
+ uses: knl/niv-updater-action@v13
38
38
env:
39
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
40
----
@@ -124,7 +124,7 @@ jobs:
124
124
steps:
125
125
# notice there is no checkout step
126
126
- name: niv-updater-action
127
- uses: knl/niv-updater-action@v12
127
+ uses: knl/niv-updater-action@v13
128
128
env:
129
129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130
130
with:
@@ -195,7 +195,7 @@ jobs:
195
195
steps:
196
196
# notice there is no checkout step
197
197
- name: niv-updater-action
198
- uses: knl/niv-updater-action@v12
198
+ uses: knl/niv-updater-action@v13
199
199
with:
200
200
niv_version: '*from-nixpkgs*'
201
201
skip_ssh_repos: true
You can’t perform that action at this time.
0 commit comments