mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge pull request #1146 from librespot-org/dependabot/github_actions/dev/actions-rs/toolchain-1.0.7
Bump actions-rs/toolchain from 1.0.6 to 1.0.7
This commit is contained in:
commit
c5a1d331db
1 changed files with 5 additions and 5 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
uses: actions/checkout@v3.5.0
|
||||
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1.0.6
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
uses: actions/checkout@v3.5.0
|
||||
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1.0.6
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
profile: minimal
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
uses: actions/checkout@v3.5.0
|
||||
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1.0.6
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
profile: minimal
|
||||
target: ${{ matrix.target }}
|
||||
|
@ -208,7 +208,7 @@ jobs:
|
|||
uses: actions/checkout@v3.5.0
|
||||
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1.0.6
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
|
@ -249,7 +249,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3.5.0
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1.0.6
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
|
|
Loading…
Reference in a new issue