Skip to content

Commit

Permalink
Merge pull request #125 from haimgel/update-dependencies
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
haimgel authored Oct 21, 2023
2 parents c9d3cb6 + 9bb5d30 commit 77b63a9
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 116 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
sudo apt-get update
sudo apt-get install libudev-dev
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci
path: |
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Run executable
run: ./target/release/display_switch --version

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}
if-no-files-found: error
Expand Down
Loading

0 comments on commit 77b63a9

Please sign in to comment.