Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent ddc13ed commit aedbc1e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CARGO_PKG_AUTHORS: ${{ steps.set-version.outputs.CARGO_PKG_AUTHORS }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -42,7 +42,7 @@ jobs:
target: [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup target
run: rustup target add ${{ matrix.target }} --toolchain stable
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
target: [x86_64-unknown-linux-gnu]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup target
run: rustup target add ${{ matrix.target }} --toolchain stable
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
target: [aarch64-unknown-linux-gnu]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup target
run: rustup target add ${{ matrix.target }} --toolchain stable
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
RUST_TARGET: x86_64-apple-darwin
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup target
run: rustup target add ${{ env.RUST_TARGET }} --toolchain stable
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
target: [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download warp runner (i686-pc-windows-msvc)
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
CARGO_PKG_AUTHORS: ${{ needs.setup.outputs.CARGO_PKG_AUTHORS }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download warp runner (i686-pc-windows-msvc)
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
CARGO_PKG_AUTHORS: ${{ needs.setup.outputs.CARGO_PKG_AUTHORS }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download warp runner (i686-pc-windows-msvc)
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
CARGO_PKG_AUTHORS: ${{ needs.setup.outputs.CARGO_PKG_AUTHORS }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download warp runner (i686-pc-windows-msvc)
uses: actions/download-artifact@v3
Expand Down

0 comments on commit aedbc1e

Please sign in to comment.