Skip to content

Commit

Permalink
Merge pull request #68 from approvers/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
deps: Update actions/checkout action to v4
  • Loading branch information
kawaemon authored Oct 3, 2023
2 parents b3f4384 + 64cee10 commit 6777676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ructions/toolchain@v2
- uses: Swatinem/rust-cache@v2
- name: install native deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6777676

Please sign in to comment.