We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47066d commit 83a3df5Copy full SHA for 83a3df5
.github/workflows/CD.yaml
@@ -66,7 +66,7 @@ jobs:
66
targets: ${{ matrix.target }}
67
- name: Install cross
68
if: ${{ matrix.use-cross }}
69
- uses: taiki-e/install-action@v2.46.20
+ uses: taiki-e/install-action@v2.47.0
70
with:
71
tool: cross
72
- name: Cache build artifacts
0 commit comments