Skip to content

Commit

Permalink
Merge pull request #24 from striezel-stash/actions-checkout-update
Browse files Browse the repository at this point in the history
Update actions/checkout in GitHub Actions workflow to v4
  • Loading branch information
zesterer authored Sep 23, 2024
2 parents ec083d9 + d53b382 commit 658c8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Deps
run: sudo apt-get install -y libxkbcommon-x11-dev
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 658c8fd

Please sign in to comment.