Skip to content

Commit

Permalink
chore: update GitHub Actions CI (#52)
Browse files Browse the repository at this point in the history
The following updates are performed:
* update actions/cache to v3
* update actions/checkout to v4
  • Loading branch information
striezel authored Oct 14, 2023
1 parent 3afce65 commit 68191e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Load cargo cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 68191e8

Please sign in to comment.