Skip to content

Commit 2b4df9b

Browse files
committed
ci(build): actions/checkout v3 -> v4
1 parent 4aa4f86 commit 2b4df9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
runs-on: ${{ matrix.platform.os }}
9393
steps:
9494
- name: Checkout Source code
95-
uses: actions/checkout@v3
95+
uses: actions/checkout@v4
9696
- name: Cache cargo & target directories
9797
uses: Swatinem/rust-cache@v2
9898
with:

0 commit comments

Comments
 (0)