Skip to content

Commit

Permalink
ci: update more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed May 18, 2024
1 parent 85d5eb3 commit 0dc518f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
components: clippy

- name: ⚡ Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -61,7 +61,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: temurin
Expand Down

0 comments on commit 0dc518f

Please sign in to comment.