Skip to content

Commit f621fce

Browse files
build(deps): bump the actions group across 1 directory with 3 updates (#221)
Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/checkout` from 5 to 6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>v6-beta by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li> <li>update readme/changelog for v6 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p> <h2>v6-beta</h2> <h2>What's Changed</h2> <p>Updated persist-credentials to store the credentials under <code>$RUNNER_TEMP</code> instead of directly in the local git config.</p> <p>This requires a minimum Actions Runner version of <a href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a> to access the persisted credentials for <a href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker container action</a> scenarios.</p> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>V6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>V5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>V5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>V4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>V4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@​motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@​benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a> update readme/changelog for v6 (<a href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li> <li><a href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a> v6-beta (<a href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li> <li><a href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a> Persist creds to a separate file (<a href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li> <li><a href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a> Update README to include Node.js 24 support details and requirements (<a href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v5...v6">compare view</a></li> </ul> </details> <br /> Updates `cargo-bins/cargo-binstall` from 1.15.11 to 1.16.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cargo-bins/cargo-binstall/releases">cargo-bins/cargo-binstall's releases</a>.</em></p> <blockquote> <h2>v1.16.2</h2> <p><em>Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for <code>cargo install</code> in most cases. Install it today with <code>cargo install cargo-binstall</code>, from the binaries below, or if you already have it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p> <h4>In this release:</h4> <ul> <li>Use well-maintained netdev instead of legacy default-net/ipconfig on Windows (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2378">#2378</a>)</li> </ul> <h4>Other changes:</h4> <ul> <li>Upgrade transitive dependencies (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2380">#2380</a>)</li> </ul> <h2>v1.16.1</h2> <p><em>Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for <code>cargo install</code> in most cases. Install it today with <code>cargo install cargo-binstall</code>, from the binaries below, or if you already have it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p> <h4>In this release:</h4> <ul> <li>fix: Don't send reports when telemetry is disabled (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2373">#2373</a>)</li> </ul> <h4>Other changes:</h4> <ul> <li>Upgrade transitive dependencies</li> </ul> <h2>v1.16.0</h2> <p><em>Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for <code>cargo install</code> in most cases. Install it today with <code>cargo install cargo-binstall</code>, from the binaries below, or if you already have it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p> <h4>In this release:</h4> <ul> <li>Feature: support replace-with field for registry (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2367">#2367</a> <a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2370">#2370</a>)</li> </ul> <h4>Other changes:</h4> <ul> <li>Upgrade dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/3fc81674af4165a753833a94cae9f91d8849049f"><code>3fc8167</code></a> release: cargo-binstall v1.16.2 (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2381">#2381</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/1e19314f518465a63aa3257e4a6e49e4b188b261"><code>1e19314</code></a> chore: release (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2379">#2379</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/0a2b71822a6de39d650b15e893efceed553b1393"><code>0a2b718</code></a> dep: Upgrade transitive dependencies (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2380">#2380</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/56d4029297e5b1e248704f6bbfc0fdd95c5554c1"><code>56d4029</code></a> Use netdev instead of default-net/ipconfig on Windows (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2378">#2378</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/e4f51cb9fe5ddea39ccab776aaf6f11678c110a5"><code>e4f51cb</code></a> release: cargo-binstall v1.16.1 (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2377">#2377</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/cbfe54a8d88959ef2100dbf30fb5e0f0a8dc038d"><code>cbfe54a</code></a> chore: release (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2374">#2374</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/110a2e0fd995c9adbb3566c10b3c1d2989c28b47"><code>110a2e0</code></a> dep: Upgrade transitive dependencies (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2376">#2376</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/9ee8f7c6df9cfd8b83f2c57f324a49624c0f4fc5"><code>9ee8f7c</code></a> build(deps): bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2375">#2375</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/3c0069c971807adc2def8e2f315176760f3e477e"><code>3c0069c</code></a> fix: Don't send reports when telemetry is disabled (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2373">#2373</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/ac8496113671719ef3f12282bc9f41d86322e0d7"><code>ac84961</code></a> release: cargo-binstall v1.16.0 (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2372">#2372</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cargo-bins/cargo-binstall/compare/ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa...3fc81674af4165a753833a94cae9f91d8849049f">compare view</a></li> </ul> </details> <br /> Updates `astral-sh/setup-uv` from 7.1.3 to 7.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's releases</a>.</em></p> <blockquote> <h2>v7.1.4 🌈 Fix libuv closing bug on Windows</h2> <h2>Changes</h2> <p>This release fixes the bug <code>Assertion failed: !(handle-&gt;flags &amp; UV_HANDLE_CLOSING)</code> on Windows runners</p> <h2>🐛 Bug fixes</h2> <ul> <li>Wait 50ms before exit to fix libuv bug <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/689">#689</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore: update known checksums for 0.9.10 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/681">#681</a>)</li> <li>chore: update known checksums for 0.9.9 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/679">#679</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/1e862dfacbd1d6d858c55d9b792c756523627244"><code>1e862df</code></a> Wait 50ms before exit to fix libuv bug (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/689">#689</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/d7d33e16d4ecbbea0da49ecb6fcc16df877ddac8"><code>d7d33e1</code></a> chore: update known checksums for 0.9.10 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/681">#681</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/486d0b887200c1d9bb3a30439404f78461090c4f"><code>486d0b8</code></a> chore: update known checksums for 0.9.9 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/679">#679</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/setup-uv/compare/5a7eac68fb9809dea845d802897dc5c723910fa3...1e862dfacbd1d6d858c55d9b792c756523627244">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b9b9f5 commit f621fce

File tree

8 files changed

+34
-34
lines changed

8 files changed

+34
-34
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
BIN: target/release/cpp-linter
4040
steps:
4141
- name: Checkout ${{ matrix.name }}
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
ref: ${{ matrix.commit }}
4545
persist-credentials: false
@@ -71,7 +71,7 @@ jobs:
7171
build-py-binding:
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@v5
74+
- uses: actions/checkout@v6
7575
with:
7676
persist-credentials: false
7777
- name: Set up Python
@@ -101,11 +101,11 @@ jobs:
101101
needs: [build-bin, build-py-binding]
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/checkout@v5
104+
- uses: actions/checkout@v6
105105
with:
106106
persist-credentials: false
107107
- name: Checkout libgit2
108-
uses: actions/checkout@v5
108+
uses: actions/checkout@v6
109109
with:
110110
repository: libgit2/libgit2
111111
ref: v1.8.1
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/download-artifact@v6
117117

118118
- name: Install cargo-binstall
119-
uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
119+
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
120120
env:
121121
GITHUB_TOKEN: ${{ github.token }}
122122
- name: Install hyperfine
@@ -126,7 +126,7 @@ jobs:
126126
- name: Install nushell
127127
uses: hustcer/setup-nu@3a97c8160c2bb5af321a03336e7addc28f94444e # v3.21
128128
- name: Install uv
129-
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
129+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
130130

131131
- name: Run benchmark script
132132
working-directory: benchmark

.github/workflows/binary-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
contents: write
101101
steps:
102102
- name: Checkout
103-
uses: actions/checkout@v5
103+
uses: actions/checkout@v6
104104
with:
105105
persist-credentials: false
106106

@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Install cargo-binstall
116116
if: matrix.cross
117-
uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
117+
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
118118
env:
119119
GITHUB_TOKEN: ${{ github.token }}
120120
- name: Install cross (cargo cross compiler)
@@ -167,7 +167,7 @@ jobs:
167167
id-token: write
168168
contents: write
169169
steps:
170-
- uses: actions/checkout@v5
170+
- uses: actions/checkout@v6
171171
with:
172172
persist-credentials: false
173173
- name: Install Rust

.github/workflows/build-docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache-deps:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
with:
3838
persist-credentials: false
3939
- run: rustup update --no-self-update
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
needs: [cache-deps]
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
with:
5353
persist-credentials: false
5454
- name: Cache .cargo locked resources
@@ -57,9 +57,9 @@ jobs:
5757
path: ~/.cargo
5858
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
5959
- name: Install uv
60-
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
60+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
6161
- name: Install cargo-binstall
62-
uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
62+
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}
6565
- name: Install nur
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
needs: [cache-deps]
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282
with:
8383
persist-credentials: false
8484
- run: rustup update --no-self-update
@@ -88,9 +88,9 @@ jobs:
8888
path: ~/.cargo
8989
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
9090
- name: Install uv
91-
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
91+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
9292
- name: Install cargo-binstall
93-
uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
93+
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
9494
env:
9595
GITHUB_TOKEN: ${{ github.token }}
9696
- name: Install nur

.github/workflows/bump-n-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
token: ${{ secrets.BUMP_N_RELEASE }}
3636
fetch-depth: 0
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: 24.x
4747
- run: yarn install
48-
- uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
48+
- uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
4949
- run: cargo binstall -y git-cliff
5050
env:
5151
GITHUB_TOKEN: ${{ github.token }}
@@ -63,7 +63,7 @@ jobs:
6363
pull-requests: read
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969
fetch-tags: true

.github/workflows/node-js-packaging.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
name: Build ${{ matrix.settings.target }}
7777
runs-on: ${{ matrix.settings.host }}
7878
steps:
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
with:
8181
persist-credentials: false
8282
- name: Setup node
@@ -106,7 +106,7 @@ jobs:
106106
use-cache: true # zizmor: ignore[cache-poisoning]
107107
- name: Install cargo-binstall
108108
if: contains(matrix.settings.build, ' -x ') || contains(matrix.settings.build, '--use-cross ')
109-
uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
109+
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
110110
env:
111111
GITHUB_TOKEN: ${{ github.token }}
112112
- name: Install ${{contains(matrix.settings.build, ' -x ') && 'cargo-zigbuild' || 'cargo-cross'}}
@@ -136,7 +136,7 @@ jobs:
136136
runs-on: ubuntu-latest
137137
name: Build FreeBSD
138138
steps:
139-
- uses: actions/checkout@v5
139+
- uses: actions/checkout@v6
140140
with:
141141
persist-credentials: false
142142
- name: Build
@@ -205,7 +205,7 @@ jobs:
205205
- '22'
206206
runs-on: ${{ matrix.settings.host }}
207207
steps:
208-
- uses: actions/checkout@v5
208+
- uses: actions/checkout@v6
209209
with:
210210
persist-credentials: false
211211
- name: Setup node
@@ -244,7 +244,7 @@ jobs:
244244
- '22'
245245
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
246246
steps:
247-
- uses: actions/checkout@v5
247+
- uses: actions/checkout@v6
248248
with:
249249
persist-credentials: false
250250
- name: Setup node
@@ -315,7 +315,7 @@ jobs:
315315
- test-macOS-windows-binding
316316
- test-linux-binding
317317
steps:
318-
- uses: actions/checkout@v5
318+
- uses: actions/checkout@v6
319319
with:
320320
persist-credentials: false
321321
- name: Setup node

.github/workflows/pre-commit-hooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
RUST_BACKTRACE: 1
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
persist-credentials: false
2828
- run: rustup update
@@ -39,7 +39,7 @@ jobs:
3939
lint-js:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
with:
4444
persist-credentials: false
4545
- uses: actions/setup-node@v6

.github/workflows/python-packaging.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- runner: ubuntu-latest
6262
target: ppc64le
6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
with:
6666
persist-credentials: false
6767
- uses: actions/setup-python@v6
@@ -114,7 +114,7 @@ jobs:
114114
- runner: windows-latest
115115
target: x86
116116
steps:
117-
- uses: actions/checkout@v5
117+
- uses: actions/checkout@v6
118118
with:
119119
persist-credentials: false
120120
- uses: actions/setup-python@v6
@@ -144,7 +144,7 @@ jobs:
144144
- runner: macos-14
145145
target: aarch64
146146
steps:
147-
- uses: actions/checkout@v5
147+
- uses: actions/checkout@v6
148148
with:
149149
persist-credentials: false
150150
- uses: actions/setup-python@v6
@@ -165,7 +165,7 @@ jobs:
165165
sdist:
166166
runs-on: ubuntu-latest
167167
steps:
168-
- uses: actions/checkout@v5
168+
- uses: actions/checkout@v6
169169
with:
170170
persist-credentials: false
171171
- uses: actions/setup-python@v6

.github/workflows/run-dev-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
runs-on: ${{ matrix.os }}
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
with:
4040
persist-credentials: false
4141

@@ -55,7 +55,7 @@ jobs:
5555
# if: runner.os == 'Windows'
5656
# run: vcpkg install openssl
5757

58-
- uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
58+
- uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
5959
env:
6060
GITHUB_TOKEN: ${{ github.token }}
6161
- name: Install third-party binaries
@@ -69,7 +69,7 @@ jobs:
6969
python-version: 3.x
7070

7171
- name: Install uv
72-
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
72+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
7373
with:
7474
enable-cache: true
7575
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)