Merge pull request #1301 from librespot-org/dependabot/github_actions/dev/actions/checkout-4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7
This commit is contained in:
Roderick van Domburg 2024-06-15 12:56:06 +02:00 committed by GitHub
commit c10d29b829
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.7
- name: Install toolchain - name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain stable -y run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain stable -y
- run: cargo fmt --all -- --check - run: cargo fmt --all -- --check
@ -68,7 +68,7 @@ jobs:
toolchain: [stable] toolchain: [stable]
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.7
- name: Install toolchain - name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain ${{ matrix.toolchain }} -y run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain ${{ matrix.toolchain }} -y
@ -119,7 +119,7 @@ jobs:
experimental: true experimental: true
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.7
- name: Install toolchain - name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
@ -167,7 +167,7 @@ jobs:
- stable - stable
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.7
- name: Install toolchain - name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
@ -210,7 +210,7 @@ jobs:
- stable - stable
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.7
- name: Install toolchain - name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y