Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent df61097 commit 5a0370a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.config.node }}
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.1.1

- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ${{ matrix.config.node }}
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.1.1

- uses: docker-practice/actions-setup-docker@master

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Styling with fmt, check and clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand All @@ -36,7 +36,7 @@ jobs:
name: Test and CodeCov
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: Release dry run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Releasing Crate on crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: chrnorm/deployment-action@releases/v1
name: Create GitHub deployment
id: deployment
Expand Down

0 comments on commit 5a0370a

Please sign in to comment.