We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa4f86 commit 2b4df9bCopy full SHA for 2b4df9b
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
runs-on: ${{ matrix.platform.os }}
93
steps:
94
- name: Checkout Source code
95
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
96
- name: Cache cargo & target directories
97
uses: Swatinem/rust-cache@v2
98
with:
0 commit comments