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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent cc23d5b commit 6a0bb52
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
mingw-w64-x86_64-cargo-c
mingw-w64-x86_64-ntldd-git
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Run tests
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
needs: [Linux, macOS, Windows-MSYS2]
steps:
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Retrieve Linux external
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust
Expand All @@ -283,7 +283,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust version ${{ matrix.rust-version }}
Expand Down

0 comments on commit 6a0bb52

Please sign in to comment.