Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 14, 2023
1 parent 171fc16 commit b577923
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
target: ${{ matrix.target }}
override: true
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
env:
CARGO_BUILD_TARGET: ${{ matrix.target }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
target: ${{ matrix.target }}
override: true
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install linker
if: matrix.target == 'i686-unknown-linux-gnu'
run: |
Expand All @@ -96,7 +96,7 @@ jobs:
target: ${{ matrix.target }}
override: true
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check
env:
CARGO_BUILD_TARGET: ${{ matrix.target }}
Expand All @@ -111,6 +111,6 @@ jobs:
toolchain: nightly
override: true
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minver.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
continue-on-error: true

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit b577923

Please sign in to comment.