Skip to content

Commit faa83e4

Browse files
build(deps): bump the actions group across 1 directory with 7 updates (#113)
Bumps the actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | `1.16.2` | `1.16.4` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.4` | `7.1.6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `7` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` | | [hustcer/setup-nu](https://github.com/hustcer/setup-nu) | `3.21` | `3.22` | Updates `cargo-bins/cargo-binstall` from 1.16.2 to 1.16.4 - [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@3fc8167...ea60fcf) Updates `astral-sh/setup-uv` from 7.1.4 to 7.1.6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@1e862df...681c641) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) Updates `hustcer/setup-nu` from 3.21 to 3.22 - [Release notes](https://github.com/hustcer/setup-nu/releases) - [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md) - [Commits](hustcer/setup-nu@3a97c81...920172d) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 7.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: hustcer/setup-nu dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b2b404 commit faa83e4

6 files changed

Lines changed: 32 additions & 32 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- run: rustup update --no-self-update
4949

5050
- name: Install cargo-binstall
51-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
51+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
5252
- name: Install git-cliff and nushell
5353
run: cargo binstall -y git-cliff nu@${NU_SHELL_VERSION}
5454
env:

.github/workflows/docs.yml

Lines changed: 6 additions & 6 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
28+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2929
with:
3030
enable-cache: true
3131
- uses: actions/setup-node@v6
@@ -34,12 +34,12 @@ jobs:
3434
cache: yarn
3535
- run: yarn install
3636
- name: Install cargo-binstall
37-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
37+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
3838
- name: Install nur
3939
run: cargo binstall -y nur
4040
- run: nur docs build
4141
- name: Save docs build as artifact
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
path: docs/site
4545
name: supplemental-docs
@@ -53,11 +53,11 @@ jobs:
5353
- name: Setup Rust
5454
run: rustup update --no-self-update
5555
- name: Install cargo-binstall
56-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
56+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
5757
- name: Install nur
5858
run: cargo binstall -y nur
5959
- name: Cache deps
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
with:
6262
path: |
6363
~/.cargo/registry/index/
@@ -66,7 +66,7 @@ jobs:
6666
key: cargo-docs-${{ hashFiles('crates/*/src/**', 'crates/**/Cargo.toml') }}
6767
- run: nur docs rs
6868
- name: save docs as artifact
69-
uses: actions/upload-artifact@v5
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: api-docs
7272
path: target/doc

.github/workflows/node.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
rustup target add ${{ matrix.settings.target }}
8080
- name: Cache cargo
8181
if: ${{ !startsWith(github.ref, 'refs/tags') }}
82-
uses: actions/cache@v4 # zizmor: ignore[cache-poisoning]
82+
uses: actions/cache@v5 # zizmor: ignore[cache-poisoning]
8383
with:
8484
path: |
8585
~/.cargo/registry/index/
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
version: 0.14.1
9696
- name: Install cargo-binstall
97-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
97+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
9898
if: ${{ contains(matrix.settings.target, 'musl') }}
9999
- name: Install cargo-zigbuild
100100
run: cargo binstall -y cargo-zigbuild
@@ -111,14 +111,14 @@ jobs:
111111
run: ${{ matrix.settings.build }}
112112
shell: bash
113113
- name: Upload native module as artifact
114-
uses: actions/upload-artifact@v5
114+
uses: actions/upload-artifact@v6
115115
with:
116116
name: bindings-${{ matrix.settings.target }}
117117
path: ${{ env.ARTIFACT_PATH }}
118118
if-no-files-found: error
119119
- name: Upload generated index.* as artifact
120120
if: matrix.settings.target == 'armv7-unknown-linux-gnueabihf'
121-
uses: actions/upload-artifact@v5
121+
uses: actions/upload-artifact@v6
122122
with:
123123
name: generated-index
124124
path: bindings/node/index.*
@@ -167,7 +167,7 @@ jobs:
167167
rm -rf target
168168
rm -rf .yarn/cache
169169
- name: Upload artifact
170-
uses: actions/upload-artifact@v5
170+
uses: actions/upload-artifact@v6
171171
with:
172172
name: bindings-freebsd
173173
path: ${{ env.ARTIFACT_PATH }}
@@ -191,19 +191,19 @@ jobs:
191191
- name: Install dependencies
192192
run: yarn install
193193
- name: Download macOS x64 artifact
194-
uses: actions/download-artifact@v6
194+
uses: actions/download-artifact@v7
195195
with:
196196
name: bindings-x86_64-apple-darwin
197197
path: bindings/node
198198
- name: Download macOS arm64 artifact
199-
uses: actions/download-artifact@v6
199+
uses: actions/download-artifact@v7
200200
with:
201201
name: bindings-aarch64-apple-darwin
202202
path: bindings/node
203203
- name: Combine binaries
204204
run: yarn universal
205205
- name: Upload artifact
206-
uses: actions/upload-artifact@v5
206+
uses: actions/upload-artifact@v6
207207
with:
208208
name: bindings-universal-apple-darwin
209209
path: ${{ env.ARTIFACT_PATH }}
@@ -231,12 +231,12 @@ jobs:
231231
- name: Install dependencies
232232
run: yarn install
233233
- name: Download native artifacts
234-
uses: actions/download-artifact@v6
234+
uses: actions/download-artifact@v7
235235
with:
236236
pattern: bindings-*
237237
path: bindings/node/artifacts
238238
- name: Download generated index artifact
239-
uses: actions/download-artifact@v6
239+
uses: actions/download-artifact@v7
240240
with:
241241
name: generated-index
242242
path: bindings/node

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
id: python-setup
2121
with:
2222
python-version: 3.x
23-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
23+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2424
with:
2525
enable-cache: true
2626
- name: Cache pre-commit environments
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: '~/.cache/pre-commit'
3030
key: pre-commit-${{ steps.python-setup.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -39,15 +39,15 @@ jobs:
3939
- name: Setup Rust
4040
run: rustup update --no-self-update
4141
- name: Cache deps
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: |-
4545
~/.cargo/registry/index/
4646
~/.cargo/registry/cache/
4747
~/.cargo/git/db/
4848
key: cargo-lint-${{ hashFiles('**/*.rs') }}
4949
- name: Install cargo-binstall
50-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
50+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
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@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
105+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
106106
- name: Install committed
107107
run: cargo binstall -y committed
108108
env:

.github/workflows/python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sccache: false # experience proves unreliable on Linux
6060
manylinux: auto
6161
- name: Upload wheels
62-
uses: actions/upload-artifact@v5
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: wheels-linux-${{ matrix.platform.target }}
6565
path: dist
@@ -92,7 +92,7 @@ jobs:
9292
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
9393
manylinux: musllinux_1_2
9494
- name: Upload wheels
95-
uses: actions/upload-artifact@v5
95+
uses: actions/upload-artifact@v6
9696
with:
9797
name: wheels-musllinux-${{ matrix.platform.target }}
9898
path: dist
@@ -121,7 +121,7 @@ jobs:
121121
args: --release --out dist --find-interpreter
122122
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
123123
- name: Upload wheels
124-
uses: actions/upload-artifact@v5
124+
uses: actions/upload-artifact@v6
125125
with:
126126
name: wheels-windows-${{ matrix.platform.target }}
127127
path: dist
@@ -149,7 +149,7 @@ jobs:
149149
args: --release --out dist --find-interpreter
150150
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
151151
- name: Upload wheels
152-
uses: actions/upload-artifact@v5
152+
uses: actions/upload-artifact@v6
153153
with:
154154
name: wheels-macos-${{ matrix.platform.target }}
155155
path: dist
@@ -169,7 +169,7 @@ jobs:
169169
command: sdist
170170
args: --out dist
171171
- name: Upload sdist
172-
uses: actions/upload-artifact@v5
172+
uses: actions/upload-artifact@v6
173173
with:
174174
name: wheels-sdist
175175
path: dist
@@ -182,7 +182,7 @@ jobs:
182182
permissions:
183183
id-token: write
184184
steps:
185-
- uses: actions/download-artifact@v6
185+
- uses: actions/download-artifact@v7
186186
with:
187187
pattern: wheels-*
188188
path: dist

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
- name: Setup Rust
3636
run: rustup update --no-self-update
3737
- name: Install cargo-binstall
38-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
38+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
3939
- name: Install cargo-llvm-cov, cargo-nextest, and nur
4040
env:
4141
GITHUB_TOKEN: ${{ github.token }}
4242
run: cargo binstall -y cargo-nextest cargo-llvm-cov nur
4343
- name: Cache deps
44-
uses: actions/cache@v4 # zizmor: ignore[cache-poisoning]
44+
uses: actions/cache@v5 # zizmor: ignore[cache-poisoning]
4545
with:
4646
path: |
4747
~/.cargo/registry/index/
@@ -54,7 +54,7 @@ jobs:
5454
run: nur test --profile ci
5555
- name: Generate coverage reports
5656
run: nur test lcov
57-
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
57+
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
5858
if: github.repository == 'nRF24/rf24-rs'
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
persist-credentials: false
7575
- name: Setup nushell
76-
uses: hustcer/setup-nu@3a97c8160c2bb5af321a03336e7addc28f94444e # v3.21
76+
uses: hustcer/setup-nu@920172d92eb04671776f3ba69d605d3b09351c30 # v3.22
7777
with:
7878
version: ${{ vars.NU_SHELL_VERSION || '*' }}
7979
- name: Get pkg from tag

0 commit comments

Comments
 (0)