Skip to content

Commit

Permalink
chore(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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 8b2a92a commit ec05416
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: Check conventional commit messages
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check commit messages
Expand All @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-latest
name: Check editorconfig
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: editorconfig-checker/[email protected]
typos:
runs-on: ubuntu-latest
name: Check spelling
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
isRust: ${{ steps.diff.outputs.isRust }}
isMove: ${{ steps.diff.outputs.isMove }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Detect Changes
uses: "./.github/actions/diffs"
id: diff
Expand All @@ -57,7 +57,7 @@ jobs:
if: ${{ github.event_name == 'schedule' || needs.diff.outputs.isRust == 'true' }}
runs-on: ubuntu-ghcloud
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup update stable
- uses: Swatinem/rust-cache@v2
if: github.ref == 'refs/heads/main'
Expand All @@ -74,7 +74,7 @@ jobs:
if: ${{ github.event_name == 'schedule' || needs.diff.outputs.isRust == 'true' }}
runs-on: ubuntu-ghcloud
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup update stable
- uses: Swatinem/rust-cache@v2
if: github.ref == 'refs/heads/main'
Expand All @@ -99,7 +99,7 @@ jobs:
if: ${{ github.event_name == 'schedule' || needs.diff.outputs.isRust == 'true' }}
runs-on: ubuntu-ghcloud
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup update stable
- uses: Swatinem/rust-cache@v2
if: github.ref == 'refs/heads/main'
Expand All @@ -119,7 +119,7 @@ jobs:
env:
SUI_BIN: "/home/runner/.cargo/bin/sui"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup update stable
- name: Restore cached sui binary
id: cache-sui-restore
Expand Down

0 comments on commit ec05416

Please sign in to comment.