Skip to content

Commit 658c8fd

Browse files
authored
Merge pull request #24 from striezel-stash/actions-checkout-update
Update actions/checkout in GitHub Actions workflow to v4
2 parents ec083d9 + d53b382 commit 658c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Deps
1919
run: sudo apt-get install -y libxkbcommon-x11-dev
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Build
2222
run: cargo build --verbose
2323
- name: Run tests

0 commit comments

Comments
 (0)