Skip to content

Commit

Permalink
chore(deps): Bump knl/niv-updater-action from 12 to 13 (#4360)
Browse files Browse the repository at this point in the history
Bumps [knl/niv-updater-action](https://github.com/knl/niv-updater-action) from 12 to 13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/knl/niv-updater-action/releases">knl/niv-updater-action's releases</a>.</em></p>
<blockquote>
<h2>Release v13</h2>
<p>This is another long awaited release, that wouldn't have been possible without contributions <a href="https://github.com/jfroche"><code>@​jfroche</code></a>. Many thanks!</p>
<p>This release:</p>
<ul>
<li>Fixes an issue with nix paths inside the action</li>
<li>Switches to node.js 20, as 16 is deprecated</li>
<li>Uses newer niv from nixpkgs 23.11</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/knl/niv-updater-action/commit/f44f20127287d978eecb16975e89dd04591a86bf"><code>f44f201</code></a> Bump up the version to v13</li>
<li><a href="https://github.com/knl/niv-updater-action/commit/f5636358611a090d1801d6c96c6d89b40657c9d9"><code>f563635</code></a> update devenv</li>
<li><a href="https://github.com/knl/niv-updater-action/commit/135c0ba375879fe66ace7e20708e24c9db0061f2"><code>135c0ba</code></a> Install niv from nixpkgs 23.11</li>
<li><a href="https://github.com/knl/niv-updater-action/commit/cd150b7224a328bf5dd5a2561923374345415398"><code>cd150b7</code></a> Fix nix path in GitHub Actions</li>
<li><a href="https://github.com/knl/niv-updater-action/commit/1f412770878e247bde742984dbc038ee11d998dd"><code>1f41277</code></a> Use nodejs 20</li>
<li><a href="https://github.com/knl/niv-updater-action/commit/acf2139526fbcf640619d88a11017a946de02cea"><code>acf2139</code></a> Bump actions/checkout from 3 to 4</li>
<li>See full diff in <a href="https://github.com/knl/niv-updater-action/compare/v12...v13">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=knl/niv-updater-action&package-manager=github_actions&previous-version=12&new-version=13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 20cb160 commit bd9a40f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/niv-updater-rare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
uses: knl/niv-updater-action@v12
uses: knl/niv-updater-action@v13
with:
# might be too noisy
whitelist: 'ic-ref,musl-wasi,ic-wasm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/niv-updater-trial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
uses: knl/niv-updater-action@v12
uses: knl/niv-updater-action@v13
with:
whitelist: 'nixpkgs,musl-wasi,ic'
labels: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/niv-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
uses: knl/niv-updater-action@v12
uses: knl/niv-updater-action@v13
with:
# might be too noisy
blacklist: 'nixpkgs,ic-ref,musl-wasi,ic'
Expand Down

0 comments on commit bd9a40f

Please sign in to comment.