Bump actions/checkout from 4.1.2 to 4.1.3

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-20 10:37:49 +00:00 committed by GitHub
parent a6065d6bed
commit b2c87597e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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