Skip to content

Commit

Permalink
build(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 5940706 commit 5856e49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- s390x
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up environment
run: .github/workflows/env-setup
shell: bash
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- s390x
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Detect crate MSRV
shell: bash
run: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- s390x
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up environment
run: .github/workflows/env-setup
shell: bash
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- x86_64
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up environment
run: .github/workflows/env-setup
shell: bash
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up environment
run: .github/workflows/env-setup
shell: bash
Expand Down

0 comments on commit 5856e49

Please sign in to comment.