We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866ca07 commit 1bc9b6fCopy full SHA for 1bc9b6f
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
- name: Install libudev
20
run: sudo apt-get update && sudo apt install -y libudev-dev
21
- name: Install cargo-llvm-cov
.github/workflows/release-plz.yml
@@ -14,7 +14,7 @@ jobs:
14
contents: write
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
@@ -40,7 +40,7 @@ jobs:
40
cancel-in-progress: false
41
42
43
44
45
46
0 commit comments