3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-02 09:06:17 +00:00

chore: fix dependabot groups

This commit is contained in:
Rene Leonhardt 2025-08-14 11:10:44 +02:00
parent a8b36e3f74
commit aeb851a210
No known key found for this signature in database
GPG key ID: 8C95C84F75AB1E8E
14 changed files with 143 additions and 142 deletions

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: rustup toolchain install stable --profile minimal --no-self-update

View file

@ -15,7 +15,7 @@ jobs:
check-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Node.js 20.x
uses: actions/setup-node@v4

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: rustup toolchain install stable --profile minimal --component llvm-tools-preview --no-self-update

View file

@ -17,7 +17,7 @@ jobs:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: rustup toolchain install stable --profile minimal --no-self-update

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: rustup toolchain install stable --profile minimal --no-self-update

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: rustup toolchain install stable --profile minimal --no-self-update

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: rustup toolchain install stable --profile minimal --no-self-update

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown --no-self-update