Skip to content

Commit

Permalink
ci: update actions to fix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored and s3bk committed Feb 18, 2025
1 parent 6b19d6a commit f87d3f5
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 @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache cargo registry
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit f87d3f5

Please sign in to comment.