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 Oct 13, 2023
1 parent 5435a47 commit d6f4746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Check, Format, Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]
- uses: actions-rs/toolchain@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Check, Format, Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]
- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
arch: aarch64

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]

- name: Compute Linux Target
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download build artifacts for x86_64-unknown-linux-gnu
uses: actions/download-artifact@v3
Expand Down

0 comments on commit d6f4746

Please sign in to comment.