Skip to content

Commit 1bc9b6f

Browse files
authored
chore: Upgrade actions tools version. (#85)
1 parent 866ca07 commit 1bc9b6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Install libudev
2020
run: sudo apt-get update && sudo apt install -y libudev-dev
2121
- name: Install cargo-llvm-cov

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
@@ -40,7 +40,7 @@ jobs:
4040
cancel-in-progress: false
4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0
4646
token: ${{ secrets.RELEASE_PLZ_TOKEN }}

0 commit comments

Comments
 (0)