Skip to content

Commit f9d96fc

Browse files
build(deps): bump the actions group across 1 directory with 5 updates (#142)
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | `1.17.6` | `1.17.9` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.3.1` | `8.0.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `6.0.0` | | [hustcer/setup-nu](https://github.com/hustcer/setup-nu) | `3.22` | `3.23` | | [rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action) | `1.0.3` | `1.0.4` | Updates `cargo-bins/cargo-binstall` from 1.17.6 to 1.17.9 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](cargo-bins/cargo-binstall@bc432b4...0b24824) Updates `astral-sh/setup-uv` from 7.3.1 to 8.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@5a095e7...cec2083) Updates `codecov/codecov-action` from 5.5.2 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@671740a...57e3a13) Updates `hustcer/setup-nu` from 3.22 to 3.23 - [Release notes](https://github.com/hustcer/setup-nu/releases) - [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md) - [Commits](hustcer/setup-nu@920172d...92c296b) Updates `rust-lang/crates-io-auth-action` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases) - [Commits](rust-lang/crates-io-auth-action@b7e9a28...bbd8162) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.17.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: hustcer/setup-nu dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: rust-lang/crates-io-auth-action dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan <2bndy5@gmail.com>
1 parent 1896be0 commit f9d96fc

5 files changed

Lines changed: 15 additions & 12 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- run: rustup update --no-self-update
5151

5252
- name: Install cargo-binstall
53-
uses: cargo-bins/cargo-binstall@bc432b49369a3f25c8c8b19578a82060c18a5dd6 # v1.17.6
53+
uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9
5454
- name: Install git-cliff and nushell
5555
run: cargo binstall -y git-cliff nu@${NU_SHELL_VERSION}
5656
env:

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v6
2626
with:
2727
persist-credentials: false
28-
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
28+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2929
with:
3030
enable-cache: true
3131
- uses: actions/setup-node@v6
@@ -34,7 +34,7 @@ jobs:
3434
cache: yarn
3535
- run: yarn install
3636
- name: Install cargo-binstall
37-
uses: cargo-bins/cargo-binstall@bc432b49369a3f25c8c8b19578a82060c18a5dd6 # v1.17.6
37+
uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9
3838
- name: Install nur
3939
run: cargo binstall -y nur
4040
- run: nur docs build
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Rust
5454
run: rustup update --no-self-update
5555
- name: Install cargo-binstall
56-
uses: cargo-bins/cargo-binstall@bc432b49369a3f25c8c8b19578a82060c18a5dd6 # v1.17.6
56+
uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9
5757
- name: Install nur
5858
run: cargo binstall -y nur
5959
- name: Cache deps

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
version: 0.14.1
9696
- name: Install cargo-binstall
97-
uses: cargo-bins/cargo-binstall@bc432b49369a3f25c8c8b19578a82060c18a5dd6 # v1.17.6
97+
uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9
9898
if: ${{ contains(matrix.settings.target, 'musl') }}
9999
- name: Install cargo-zigbuild
100100
run: cargo binstall -y cargo-zigbuild

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: python-setup
2121
with:
2222
python-version: 3.x
23-
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
23+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2424
with:
2525
enable-cache: true
2626
- name: Cache pre-commit environments
@@ -47,7 +47,7 @@ jobs:
4747
~/.cargo/git/db/
4848
key: cargo-lint-${{ hashFiles('**/*.rs') }}
4949
- name: Install cargo-binstall
50-
uses: cargo-bins/cargo-binstall@bc432b49369a3f25c8c8b19578a82060c18a5dd6 # v1.17.6
50+
uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9
5151
- name: Install nur
5252
run: cargo binstall -y nur
5353
env:
@@ -102,7 +102,7 @@ jobs:
102102
echo "title=${pr_title}" >> "${GITHUB_OUTPUT}"
103103
- run: rustup update --no-self-update
104104
- name: Install cargo-binstall
105-
uses: cargo-bins/cargo-binstall@bc432b49369a3f25c8c8b19578a82060c18a5dd6 # v1.17.6
105+
uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9
106106
- name: Install committed
107107
run: cargo binstall -y committed
108108
env:

.github/workflows/rust.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Rust
3636
run: rustup update --no-self-update
3737
- name: Install cargo-binstall
38-
uses: cargo-bins/cargo-binstall@bc432b49369a3f25c8c8b19578a82060c18a5dd6 # v1.17.6
38+
uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9
3939
- name: Install cargo-llvm-cov, cargo-nextest, and nur
4040
env:
4141
GITHUB_TOKEN: ${{ github.token }}
@@ -67,11 +67,14 @@ jobs:
6767
name: test-coverage
6868
url: https://app.codecov.io/gh/nRF24/rf24-rs
6969
steps:
70+
- uses: actions/checkout@v6
71+
with:
72+
persist-credentials: false
7073
- name: Download coverage artifact
7174
uses: actions/download-artifact@v8
7275
with:
7376
name: lcov.info
74-
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
77+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7578
if: github.repository == 'nRF24/rf24-rs'
7679
id: codecov
7780
with:
@@ -91,7 +94,7 @@ jobs:
9194
with:
9295
persist-credentials: false
9396
- name: Setup nushell
94-
uses: hustcer/setup-nu@920172d92eb04671776f3ba69d605d3b09351c30 # v3.22
97+
uses: hustcer/setup-nu@92c296ba1ba2ba04cc948ab64ddefe192dc13f0c # v3.23
9598
with:
9699
version: ${{ vars.NU_SHELL_VERSION || '*' }}
97100
- name: Get pkg from tag
@@ -104,7 +107,7 @@ jobs:
104107
- name: Install Rust
105108
run: rustup update stable --no-self-update
106109
- name: Establish provenance
107-
uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1.0.3
110+
uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4
108111
id: auth
109112
- run: cargo publish -p ${PKG_NAME}
110113
env:

0 commit comments

Comments
 (0)