Merge pull request #1157 from librespot-org/dependabot/github_actions/dev/actions/checkout-3.5.2

Bump actions/checkout from 3.5.0 to 3.5.2
This commit is contained in:
Roderick van Domburg 2023-04-16 21:11:35 +02:00 committed by GitHub
commit 03b547d3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ jobs:
experimental: true
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
@ -113,7 +113,7 @@ jobs:
- stable
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
@ -156,7 +156,7 @@ jobs:
- stable
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
@ -192,7 +192,7 @@ jobs:
toolchain: [stable]
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain ${{ matrix.toolchain }} -y
@ -229,7 +229,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain stable -y
- run: cargo fmt --all -- --check