Skip to content

Commit a6614a9

Browse files
update checkout and setup python actions to latest version
1 parent f5df247 commit a6614a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
steps:
1414
- name: Install libudev
1515
run: sudo apt-get update && sudo apt-get install libudev-dev pkg-config librust-alsa-sys-dev
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
16+
- uses: actions/checkout@v6.0.2
17+
- uses: actions/setup-python@v6.2.0
1818
- uses: pre-commit/action@v3.0.1
1919
build:
2020
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)