Skip to content

Commit

Permalink
Merge pull request #49 from fintermobilityas/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
peters authored Sep 5, 2023
2 parents ddc13ed + aedbc1e commit c1b5560
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 c1b5560

Please sign in to comment.