Skip to content

Commit

Permalink
Update rust.yml: bump actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
inthar-raven authored Sep 9, 2024
1 parent 4e4247d commit 2a478f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
TARGET: ${{ matrix.TARGET }}
OS: ${{ matrix.OS }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cargo cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 2a478f9

Please sign in to comment.